()
| 24 | class OptimizerForTest extends Optimizer { |
| 25 | static className = randomClassName; |
| 26 | constructor() { |
| 27 | super(); |
| 28 | } |
| 29 | applyGradients(variableGradients: NamedVariableMap) {} |
| 30 | |
| 31 | getConfig(): ConfigDict { |
nothing calls this directly
no outgoing calls
no test coverage detected