Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs-examples
/ getTrainData
Method
getTrainData
mnist-node/data.js:142–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
}
141
142
getTrainData() {
143
return
this.getData_(true);
144
}
145
146
getTestData() {
147
return
this.getData_(false);
Callers
1
run
Function · 0.45
Calls
1
getData_
Method · 0.95
Tested by
no test coverage detected