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

Method registeredVariables

tfjs-core/src/engine.ts:1257–1259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1255 }
1256
1257 get registeredVariables(): NamedVariableMap {
1258 return this.state.registeredVariables;
1259 }
1260
1261 /**
1262 * Resets the engine state. Removes all backends but does not remove

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected