Home
last modified time | relevance | path

Searched refs:outer_cond (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dcritical_section_test.py69 def testCriticalSectionWithControlFlow(self, outer_cond, inner_cond): argument
92 control_flow_ops.cond(array_ops.identity(outer_cond),
101 if inner_cond and outer_cond:
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c1780 …LLVMValueRef outer_cond = LLVMBuildICmp(builder, LLVMIntNE, exec_mask, bld_base->uint_bld.zero, ""… in emit_vote() local
1787 …LLVMValueRef if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, "… in emit_vote()
1808 if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, ""); in emit_vote()