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

Method getConfig

tfjs-core/src/optimizers/sgd_optimizer.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 getConfig(): ConfigDict {
92 return {'learningRate': this.learningRate};
93 }
94
95 /** @nocollapse */
96 static override fromConfig<T extends Serializable>(

Calls

no outgoing calls

Tested by

no test coverage detected