Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs-examples
/
Class
mnist-core/data.js:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
* manipulation manually.
39
*/
40
export
class
MnistData {
41
constructor() {
42
this.shuffledTrainIndex = 0;
43
this.shuffledTestIndex = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected