View source on GitHub |
Interface representing a stateful summary writer object.
Methods
as_default
@abc.abstractmethod
@tf_contextlib.contextmanager
as_default()
Returns a context manager that enables summary writing.
close
close()
Flushes and closes the summary writer.
flush
flush()
Flushes any buffered data.
init
init()
Initializes the summary writer.
set_as_default
@abc.abstractmethod
set_as_default()
Enables this summary writer for the current thread.