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

Function _set_context

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

Source from the content-addressed store, hash-verified

1545
1546
1547def _set_context(ctx):
1548 with _context_lock:
1549 _set_context_locked(ctx)
1550
1551
1552def _create_context():

Callers

nothing calls this directly

Calls 1

_set_context_lockedFunction · 0.85

Tested by

no test coverage detected