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

Method is_async

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

Source from the content-addressed store, hash-verified

777 self._default_is_async = enable_async
778
779 def is_async(self):
780 if self._context_handle is not None:
781 return self.executor.is_async()
782 else:
783 return self._default_is_async
784
785 @property
786 def executor(self):

Callers 3

execution_modeMethod · 0.95
_internal_py_funcFunction · 0.45
is_asyncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected