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

Function is_async

tensorflow/python/eager/context.py:1802–1804  ·  view source on GitHub ↗

Returns true if current thread is in async mode.

()

Source from the content-addressed store, hash-verified

1800
1801
1802def is_async():
1803 """Returns true if current thread is in async mode."""
1804 return context().is_async()
1805
1806
1807def async_wait():

Callers

nothing calls this directly

Calls 2

contextFunction · 0.85
is_asyncMethod · 0.45

Tested by

no test coverage detected