()
| 39 | */ |
| 40 | export 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. |
nothing calls this directly
no outgoing calls
no test coverage detected