Returns a context manager that enables summary writing.
(self)
| 186 | @abc.abstractmethod |
| 187 | @tf_contextlib.contextmanager |
| 188 | def as_default(self): |
| 189 | """Returns a context manager that enables summary writing.""" |
| 190 | raise NotImplementedError() |
| 191 | |
| 192 | def init(self): |
| 193 | """Initializes the summary writer.""" |
no outgoing calls