HomeSort by relevance Sort by last modified time
    Searched refs:op_ctxt (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/ops/
control_flow_grad.py 44 op_ctxt = op._get_control_flow_context()
47 if isinstance(op_ctxt, WhileContext):
73 elif isinstance(op_ctxt, CondContext):
74 zero_grad = grad[1 - op_ctxt.branch]
96 op_ctxt = control_flow_util.GetOutputContext(input_op)
99 if isinstance(op_ctxt, WhileContext):
103 elif isinstance(op_ctxt, CondContext):
104 pred = op_ctxt.pred
control_flow_util.py 180 op_ctxt = op._get_control_flow_context() # pylint: disable=protected-access
187 elif op_ctxt is input_ctxt:
191 while_ctxt = GetContainingWhileContext(op_ctxt)
control_flow_ops.py     [all...]

Completed in 1391 milliseconds