Home
last modified time | relevance | path

Searched refs:CondContext (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/
Dtsan_posix.cpp104 struct CondContext { struct
111 CondContext &ctx = *static_cast<CondContext*>(p); in cond_thread() argument
133 CondContext ctx; in TEST()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_posix.cc100 struct CondContext { struct
107 CondContext &ctx = *static_cast<CondContext*>(p); in cond_thread() argument
129 CondContext ctx; in TEST()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_grad.py73 elif isinstance(op_ctxt, CondContext):
108 elif isinstance(op_ctxt, CondContext):
Dcontrol_flow_ops.py819 class CondContext(ControlFlowContext): class
875 super(CondContext, self).__init__(
923 super(CondContext, self)._to_values_def(export_scope))
935 ret = CondContext(context_def=context_def, import_scope=import_scope)
1269 context_t = CondContext(pred, pivot_1, branch=1)
1280 context_f = CondContext(pred, pivot_2, branch=0)
3762 return CondContext.from_proto(
3774 to_proto=CondContext.to_proto,
3775 from_proto=CondContext.from_proto)
Dcontrol_flow_state.py366 if not isinstance(value_ctxt, control_flow_ops.CondContext):
409 if isinstance(value_ctxt, control_flow_ops.CondContext):
Dcontrol_flow_ops_test.py482 control_flow_ops.CondContext.from_proto(c.to_proto()).to_proto())
/external/tensorflow/tensorflow/core/protobuf/
Dcontrol_flow.proto31 // Protocol buffer representing a CondContext object.
/external/tensorflow/tensorflow/python/kernel_tests/
Dcond_v2_test.py1751 control_flow_ops.CondContext)