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

Class

quantization/data_mnist.js:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157/** Helper class to handle loading training and test data. */
158export class MnistDataset {
159 // MNIST data constants:
160 constructor() {
161 this.dataset = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected