Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1552
def
_create_context():
1553
with
_context_lock:
1554
if
_context is None:
1555
ctx = Context()
1556
_set_context_locked(ctx)
1557
1558
1559
def
context():
Callers
1
context
Function · 0.85
Calls
2
_set_context_locked
Function · 0.85
Context
Class · 0.70
Tested by
no test coverage detected