MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / as_default

Method as_default

tensorflow/python/ops/summary_ops_v2.py:188–190  ·  view source on GitHub ↗

Returns a context manager that enables summary writing.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers 15

_handle_graphFunction · 0.45
_get_handle_readerFunction · 0.45
_get_handle_moverFunction · 0.45
_get_handle_deleterFunction · 0.45
_compute_dx_and_dyFunction · 0.45
testGradientsMethod · 0.45
testUnusedOutputMethod · 0.45
testColocateGradientsMethod · 0.45

Calls

no outgoing calls