MCPcopy 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

mainFunction · 0.45

Calls 1

getData_Method · 0.95

Tested by

no test coverage detected