MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples /

Class

mnist-node/data.js:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122/** Helper class to handle loading training and test data. */
123class MnistDataset {
124 constructor() {
125 this.dataset = null;
126 this.trainSize = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected