(self, logs=None)
| 1630 | self._is_tracing = True |
| 1631 | |
| 1632 | def on_test_begin(self, logs=None): |
| 1633 | self._set_default_writer(self._validation_run_name) |
| 1634 | |
| 1635 | def on_train_batch_end(self, batch, logs=None): |
| 1636 | """Writes scalar summaries for metrics on every training batch. |
nothing calls this directly
no test coverage detected