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

Method getConfig

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

Source from the content-addressed store, hash-verified

62 applyGradients(variableGradients: NamedVariableMap) {}
63
64 getConfig(): ConfigDict {
65 return {};
66 }
67 }
68 it('registerClass fails on missing className', () => {
69 expect(() => registerClass(OptimizerWithEmptyClassName))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected