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

Method handle

tensorflow/python/eager/executor.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 return pywrap_tensorflow.TFE_ExecutorIsAsync(self._handle)
61
62 def handle(self):
63 return self._handle
64
65 def wait(self):
66 """Waits for ops dispatched in this executor to finish."""

Callers 2

execution_modeMethod · 0.45
executorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected