Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ optimizer
Method
optimizer
tfjs-layers/src/engine/training.ts:1905–1907 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1903
}
1904
1905
get optimizer(): Optimizer {
1906
return
this.optimizer_;
1907
}
1908
1909
set optimizer(optimizer: Optimizer) {
1910
if
(this.optimizer_ !== optimizer) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected