Home
last modified time | relevance | path

Searched defs:CheckSwitchBranch (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dutils.cc202 bool CheckSwitchBranch(const AnfNodePtr &node) { in CheckSwitchBranch() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Dbranch_culling.cc580 bool ConvertSwitchReplacement::CheckSwitchBranch(const AnfNodePtr &node) const { in CheckSwitchBranch() function in mindspore::opt::irpass::ConvertSwitchReplacement