MCPcopy 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
262def TensorInContext(tensor, ctxt):
263 return OpInContext(tensor.op, ctxt)
264
265
266def CheckInputFromValidContext(op, input_op):

Callers

nothing calls this directly

Calls 1

OpInContextFunction · 0.85

Tested by

no test coverage detected