Method
move
(
dataId: DataId, values: backend_util.BackendValues, shape: number[],
dtype: DataType, refCount: number)
Source from the content-addressed store, hash-verified
| 117 | } |
| 118 | |
| 119 | override move( |
| 120 | dataId: DataId, values: backend_util.BackendValues, shape: number[], |
| 121 | dtype: DataType, refCount: number): void { |
| 122 | this.data.set(dataId, {values, dtype, refCount}); |
| 123 | } |
| 124 | |
| 125 | override numDataIds(): number { |
| 126 | return this.data.numDataIds(); |
Callers
nothing calls this directly
Tested by
no test coverage detected