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

Method data

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

Source from the content-addressed store, hash-verified

532 dtype: NumericDataType;
533 dataSync<D extends DataType = NumericDataType>(): DataTypeMap[D];
534 data<D extends DataType = NumericDataType>(): Promise<DataTypeMap[D]>;
535 dataToGPU(options?: DataToGPUOptions): GPUData;
536}
537

Callers

nothing calls this directly

Implementers 1

Tensortfjs-core/src/tensor.ts

Calls

no outgoing calls

Tested by

no test coverage detected