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

Function _create_context

tensorflow/python/eager/context.py:1552–1556  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1550
1551
1552def _create_context():
1553 with _context_lock:
1554 if _context is None:
1555 ctx = Context()
1556 _set_context_locked(ctx)
1557
1558
1559def context():

Callers 1

contextFunction · 0.85

Calls 2

_set_context_lockedFunction · 0.85
ContextClass · 0.70

Tested by

no test coverage detected