Searched defs:loop_cond (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/proto/ |
D | op_mapping_info.proto | 74 oneof loop_cond { oneof
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/ |
D | tf_bidirection_gru_cf_fusion.cc | 107 auto loop_cond = VectorRef({GetPrim(lite::kNameLoopCond), fw_logical_and}); in DefineBidirectionRnnPattern() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_soa.c | 1061 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/ |
D | vf_lut3d.c | 644 #define NEXT_LINE(loop_cond) do { \ argument 651 #define NEXT_LINE_OR_GOTO(loop_cond, label) do { \ argument
|