(self)
| 1687 | context.context().summary_step = self._prev_summary_step |
| 1688 | |
| 1689 | def _enable_trace(self): |
| 1690 | if context.executing_eagerly(): |
| 1691 | summary_ops_v2.trace_on(graph=True, profiler=True) |
| 1692 | self._is_tracing = True |
| 1693 | |
| 1694 | def _log_trace(self): |
| 1695 | """Logs the trace graph to TensorBoard.""" |
no test coverage detected