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

Method constructor

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

Source from the content-addressed store, hash-verified

40
41 class OptimizerWithoutClassName extends Optimizer {
42 constructor() {
43 super();
44 }
45 applyGradients(variableGradients: NamedVariableMap) {}
46
47 getConfig(): ConfigDict {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected