Home
last modified time | relevance | path

Searched refs:ControlFlowContext (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Dcontrol_flow.proto11 // Protocol buffer representing the values in ControlFlowContext.
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py1483 class ControlFlowContext(object): class
1666 class CondContext(ControlFlowContext):
1694 ControlFlowContext.__init__(self)
2192 class WhileContext(ControlFlowContext):
2221 ControlFlowContext.__init__(self)
3702 class XLAControlFlowContext(ControlFlowContext):
Dcontrol_flow_ops_test.py524 c = control_flow_ops.ControlFlowContext()
528 c_with_scope = control_flow_ops.ControlFlowContext(
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dtpu_estimator.py2155 class _CapturingContext(control_flow_ops.ControlFlowContext):
2159 control_flow_ops.ControlFlowContext.__init__(self)