(self)
| 13 | def on_batch_begin(self): pass |
| 14 | def on_batch_end(self): pass |
| 15 | def on_loss_begin(self): pass |
| 16 | def on_loss_end(self): pass |
| 17 | def on_step_begin(self): pass |
| 18 | def on_step_end(self): pass |
nothing calls this directly
no outgoing calls
no test coverage detected