Home
last modified time | relevance | path

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

/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.py905 if not isinstance(value_ctxt, CondContext):
948 if isinstance(value_ctxt, CondContext):
1551 class CondContext(ControlFlowContext): class
1607 super(CondContext, self).__init__(
1655 super(CondContext, self)._to_values_def(export_scope))
1667 ret = CondContext(context_def=context_def, import_scope=import_scope)
1961 context_t = CondContext(pred, pivot_1, branch=1)
1972 context_f = CondContext(pred, pivot_2, branch=0)
4050 return CondContext.from_proto(
4062 to_proto=CondContext.to_proto,
[all …]
Dcontrol_flow_ops_test.py436 control_flow_ops.CondContext.from_proto(c.to_proto()).to_proto())
/external/tensorflow/tensorflow/core/protobuf/
Dcontrol_flow.proto30 // Protocol buffer representing a CondContext object.
/external/tensorflow/tensorflow/python/kernel_tests/
Dcond_v2_test.py1178 control_flow_ops.CondContext)