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

Method constructor

tfjs-core/src/engine.ts:184–186  ·  view source on GitHub ↗
(public ENV: Environment)

Source from the content-addressed store, hash-verified

182 private pendingBackendInitId = 0;
183
184 constructor(public ENV: Environment) {
185 this.state = new EngineState();
186 }
187
188 async ready(): Promise<void> {
189 if (this.pendingBackendInit != null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected