MCPcopy Index your code
hub / github.com/tensorflow/tfjs / createTensorFromGPUData

Method createTensorFromGPUData

tfjs-core/src/backends/backend.ts:137–140  ·  view source on GitHub ↗
(
      values: WebGLData|WebGPUData, shape: number[], dtype: DataType)

Source from the content-addressed store, hash-verified

135 }
136
137 createTensorFromGPUData(
138 values: WebGLData|WebGPUData, shape: number[], dtype: DataType): Tensor {
139 return notYetImplemented('createTensorFromGPUData');
140 }
141
142 memory(): {unreliable: boolean; reasons?: string[]} {
143 return notYetImplemented('memory');

Callers 1

makeTensorFunction · 0.45

Calls 1

notYetImplementedFunction · 0.85

Tested by

no test coverage detected