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

Method read

tfjs-core/src/tensor.ts:186–186  ·  view source on GitHub ↗
(dataId: DataId)

Source from the content-addressed store, hash-verified

184 disposeTensor(t: Tensor): void;
185 disposeVariable(v: Variable): void;
186 read(dataId: DataId): Promise<BackendValues>;
187 readSync(dataId: DataId): BackendValues;
188 readToGPU(dataId: DataId, options?: DataToGPUOptions): GPUData;
189}

Callers 15

updateAddFunction · 0.65
updateSubFunction · 0.65
batchGetValueFunction · 0.65
gradientsFunction · 0.65
models_test.tsFile · 0.65
variables_test.tsFile · 0.65
makeTrainFunctionMethod · 0.65
topology_test.tsFile · 0.65
training_test.tsFile · 0.65
callFunction · 0.65
callMethod · 0.65

Implementers 1

Enginetfjs-core/src/engine.ts

Calls

no outgoing calls