Searched refs:_COND (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | cond_v2.py | 59 _COND = 1 variable 98 verify_captures(_COND, [true_graph, false_graph]) 160 _check_same_outputs(_COND, [true_graph, false_graph]) 180 _make_output_composite_tensors_match(_COND, 225 _make_indexed_slices_indices_types_match(_COND, [true_graph, false_graph]) 226 _check_same_outputs(_COND, [true_graph, false_graph]) 256 _check_same_outputs(_COND, [true_graph, false_graph]) 621 op_name="tf.cond" if op_type == _COND else "tf.switch_case", 653 op_name="cond" if op_type == _COND else "switch_case", 777 b0_name="true_fn" if op_type == _COND else "branches[0]", [all …]
|
/external/mesa3d/src/imgui/ |
D | imgui_internal.h | 131 #define IM_STATIC_ASSERT(_COND) typedef char static_assertion_##__line__[(_COND)?1:-1] argument
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 275 // AVR specific condition code. These correspond to AVR_*_COND in
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 317 // AVR specific condition code. These correspond to AVR_*_COND in
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 323 // AVR specific condition code. These correspond to AVR_*_COND in
|