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

Method getConfig

tfjs-core/src/serialization_test.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 applyGradients(variableGradients: NamedVariableMap) {}
30
31 getConfig(): ConfigDict {
32 return {};
33 }
34 }
35 it('registerClass succeeds', () => {
36 registerClass(OptimizerForTest);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected