MCPcopy
hub / github.com/tensorflow/tfjs / data

Method data

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

Source from the content-addressed store, hash-verified

539 dtype: 'string';
540 dataSync<D extends DataType = 'string'>(): DataTypeMap[D];
541 data<D extends DataType = 'string'>(): Promise<DataTypeMap[D]>;
542}
543
544/** @doclink Tensor */

Callers 15

handleSelectionFunction · 0.65
valuesDistributionFunction · 0.65
heatmapFunction · 0.65
tableFunction · 0.65
tensorStatsFunction · 0.65
confusionMatrixFunction · 0.65
accuracyFunction · 0.65
perClassAccuracyFunction · 0.65
resolveScalarsInLogsFunction · 0.65
syncDataMethod · 0.65
trainOnBatchMethod · 0.65
standardizeWeightsFunction · 0.65

Implementers 1

Tensortfjs-core/src/tensor.ts

Calls

no outgoing calls

Tested by

no test coverage detected