Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ constructor
Method
constructor
tfjs-core/src/serialization.ts:137–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
};
136
137
private constructor() {
138
this.classNameMap = {};
139
}
140
141
/**
142
* Returns the singleton instance of the map.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected