()
| 40 | |
| 41 | class OptimizerWithoutClassName extends Optimizer { |
| 42 | constructor() { |
| 43 | super(); |
| 44 | } |
| 45 | applyGradients(variableGradients: NamedVariableMap) {} |
| 46 | |
| 47 | getConfig(): ConfigDict { |
nothing calls this directly
no outgoing calls
no test coverage detected