()
| 62 | applyGradients(variableGradients: NamedVariableMap) {} |
| 63 | |
| 64 | getConfig(): ConfigDict { |
| 65 | return {}; |
| 66 | } |
| 67 | } |
| 68 | it('registerClass fails on missing className', () => { |
| 69 | expect(() => registerClass(OptimizerWithEmptyClassName)) |
nothing calls this directly
no outgoing calls
no test coverage detected