Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
123
class
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