Home
last modified time | relevance | path

Searched defs:false_branch (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/symbol_ops_impl/
Dswitch.cc26 …ControlFlowJoin(const SymbolPtr &cond, const SymbolPtr &true_branch, const SymbolPtr &false_branch) in ControlFlowJoin()
80 auto false_branch = b->GetInputShape(kIndex2); in __anon00b550fd0202() local
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ops/
Dprim_statement.cc66 auto false_branch = args_abs_list[2]; in InferImplSwitch() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dutils.cc240 auto false_branch = switch_node->input(kSwitchFalseBranchIndex); in IsIfNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_kernel_executor.cc432 auto false_branch = kernel_cnode->input(kSwitchBranchFalseIndex); in ProcessSwitchNode() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/pipeline/parse/
Dparallel_if.py59 def false_branch(): function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dauto_monad.cc505 auto false_branch = GetSwitchBranch(cnode, false_index); in GetSwitchBranches() local
Dprim.cc506 auto false_branch = eval_func(args_conf_list[false_branch_index]); in Run() local
521 auto false_branch = eval_func(args_conf_list[false_branch_index]); in Run() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc3220 auto* false_branch = in EmitNormalTerminator() local