Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs-examples
/ getTrainData
Method
getTrainData
quantization/data_mnist.js:198–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
getTrainData() {
199
return
this.getData_(true);
200
}
201
202
getTestData() {
203
return
this.getData_(false);
Callers
1
main
Function · 0.45
Calls
1
getData_
Method · 0.95
Tested by
no test coverage detected