MCPcopy Create free account
hub / github.com/tensorflow/tfjs / readToGPU

Method readToGPU

tfjs-core/src/backends/backend.ts:119–121  ·  view source on GitHub ↗
(dataId: object, options?: DataToGPUOptions)

Source from the content-addressed store, hash-verified

117 return notYetImplemented('readSync');
118 }
119 readToGPU(dataId: object, options?: DataToGPUOptions): GPUData {
120 return notYetImplemented('readToGPU');
121 }
122 numDataIds(): number {
123 return notYetImplemented('numDataIds');
124 }

Callers

nothing calls this directly

Calls 1

notYetImplementedFunction · 0.85

Tested by

no test coverage detected