Home
last modified time | relevance | path

Searched defs:loop_cond (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/proto/
Dop_mapping_info.proto74 oneof loop_cond { oneof
/third_party/mindspore/mindspore/lite/tools/converter/parser/
Dtf_bidirection_gru_cf_fusion.cc107 auto loop_cond = VectorRef({GetPrim(lite::kNameLoopCond), fw_logical_and}); in DefineBidirectionRnnPattern() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c1061 LLVMValueRef loop_cond = LLVMBuildExtractElement(gallivm->builder, cond, loop_state.counter, ""); in emit_load_mem() local
1150 LLVMValueRef loop_cond = LLVMBuildExtractElement(gallivm->builder, cond, loop_state.counter, ""); in emit_store_mem() local
1222 LLVMValueRef loop_cond = LLVMBuildExtractElement(gallivm->builder, cond, loop_state.counter, ""); in emit_atomic_mem() local
/third_party/ffmpeg/libavfilter/
Dvf_lut3d.c644 #define NEXT_LINE(loop_cond) do { \ argument
651 #define NEXT_LINE_OR_GOTO(loop_cond, label) do { \ argument