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

Method constructor

mnist-acgan/data.js:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126/** Helper class to handle loading training and test data. */
127class MnistDataset {
128 constructor() {
129 this.dataset = null;
130 this.trainSize = 0;
131 this.testSize = 0;
132 }
133
134 /** Loads training and test data. */
135 async loadData() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected