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

Method constructor

mnist-core/data.js:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 */
40export class MnistData {
41 constructor() {
42 this.shuffledTrainIndex = 0;
43 this.shuffledTestIndex = 0;
44 }
45
46 async load() {
47 // Make a request for the MNIST sprited image.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected