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

Method readSync

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

Source from the content-addressed store, hash-verified

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

Callers 15

sparseSegmentReduceFunction · 0.65
concatImplFunction · 0.65
stridedSliceFunction · 0.65
gatherNdFunction · 0.65
topKFunction · 0.65
sparseToDenseFunction · 0.65
stringNGramsFunction · 0.65
nonMaxSuppressionV5Function · 0.65
tileFunction · 0.65
nonMaxSuppressionV3Function · 0.65
readSyncMethod · 0.65

Implementers 1

Enginetfjs-core/src/engine.ts

Calls

no outgoing calls

Tested by

no test coverage detected