Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TensorInContext
Function
TensorInContext
tensorflow/python/ops/control_flow_util.py:262–263 ·
view source on GitHub ↗
(tensor, ctxt)
Source
from the content-addressed store, hash-verified
260
261
262
def
TensorInContext(tensor, ctxt):
263
return
OpInContext(tensor.op, ctxt)
264
265
266
def
CheckInputFromValidContext(op, input_op):
Callers
nothing calls this directly
Calls
1
OpInContext
Function · 0.85
Tested by
no test coverage detected