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

Method getConfig

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

Source from the content-addressed store, hash-verified

45 applyGradients(variableGradients: NamedVariableMap) {}
46
47 getConfig(): ConfigDict {
48 return {};
49 }
50 }
51 it('registerClass fails on missing className', () => {
52 // tslint:disable-next-line:no-any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected