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

Method executor

tensorflow/python/eager/context.py:786–789  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

784
785 @property
786 def executor(self):
787 ensure_initialized()
788 return executor.Executor(
789 pywrap_tensorflow.TFE_ContextGetExecutorForThread(self._context_handle))
790
791 @executor.setter
792 def executor(self, e):

Callers

nothing calls this directly

Calls 3

ensure_initializedFunction · 0.85
ExecutorMethod · 0.45
handleMethod · 0.45

Tested by

no test coverage detected