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

Method constructor

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

Source from the content-addressed store, hash-verified

24 class OptimizerForTest extends Optimizer {
25 static className = randomClassName;
26 constructor() {
27 super();
28 }
29 applyGradients(variableGradients: NamedVariableMap) {}
30
31 getConfig(): ConfigDict {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected