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

Method optimizer

tfjs-layers/src/models.ts:828–830  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

826 }
827
828 override get optimizer(): Optimizer {
829 return this.model == null ? undefined : this.model.optimizer;
830 }
831
832 override set optimizer(optimizer: Optimizer) {
833 this.model.optimizer = optimizer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected