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

Function _set_context_locked

tensorflow/python/eager/context.py:1541–1544  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

1539
1540
1541def _set_context_locked(ctx):
1542 global _context
1543 pywrap_tensorflow.TFE_Py_SetEagerContext(ctx)
1544 _context = ctx
1545
1546
1547def _set_context(ctx):

Callers 2

_set_contextFunction · 0.85
_create_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected