Searched refs:CondContext (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_posix.cc | 100 struct CondContext { struct 107 CondContext &ctx = *static_cast<CondContext*>(p); in cond_thread() argument 129 CondContext ctx; in TEST()
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_grad.py | 69 elif isinstance(op_ctxt, CondContext): 104 elif isinstance(op_ctxt, CondContext):
|
D | control_flow_ops.py | 766 class CondContext(ControlFlowContext): class 822 super(CondContext, self).__init__( 870 super(CondContext, self)._to_values_def(export_scope)) 882 ret = CondContext(context_def=context_def, import_scope=import_scope) 1222 context_t = CondContext(pred, pivot_1, branch=1) 1233 context_f = CondContext(pred, pivot_2, branch=0) 3745 return CondContext.from_proto( 3757 to_proto=CondContext.to_proto, 3758 from_proto=CondContext.from_proto)
|
D | control_flow_state.py | 362 if not isinstance(value_ctxt, control_flow_ops.CondContext): 405 if isinstance(value_ctxt, control_flow_ops.CondContext):
|
D | control_flow_ops_test.py | 484 control_flow_ops.CondContext.from_proto(c.to_proto()).to_proto())
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | control_flow.proto | 31 // Protocol buffer representing a CondContext object.
|
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
D | cond_v2_test.py | 1752 control_flow_ops.CondContext)
|