()
| 29 | applyGradients(variableGradients: NamedVariableMap) {} |
| 30 | |
| 31 | getConfig(): ConfigDict { |
| 32 | return {}; |
| 33 | } |
| 34 | } |
| 35 | it('registerClass succeeds', () => { |
| 36 | registerClass(OptimizerForTest); |
nothing calls this directly
no outgoing calls
no test coverage detected