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

Method __enter__

tensorflow/python/eager/profiler.py:177–178  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

175 self._logdir = logdir
176
177 def __enter__(self):
178 start()
179
180 def __exit__(self, typ, value, tb):
181 result = stop()

Calls 1

startFunction · 0.85