Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
handleSelection
Function · 0.65
valuesDistribution
Function · 0.65
heatmap
Function · 0.65
table
Function · 0.65
tensorStats
Function · 0.65
confusionMatrix
Function · 0.65
accuracy
Function · 0.65
perClassAccuracy
Function · 0.65
resolveScalarsInLogs
Function · 0.65
syncData
Method · 0.65
trainOnBatch
Method · 0.65
standardizeWeights
Function · 0.65
Implementers
1
Tensor
tfjs-core/src/tensor.ts
Calls
no outgoing calls
Tested by
no test coverage detected