Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_control_op_pass.h48 …static bool IsSwitch(const AnfNodePtr &node) { return CheckPrimitiveType(node, prim::kPrimSwitch);… in IsSwitch() function
/third_party/skia/third_party/externals/tint/src/ast/
Dswitch_statement_test.cc51 TEST_F(SwitchStatementTest, IsSwitch) { in TEST_F() argument
/third_party/mindspore/mindspore/lite/tools/common/
Dnode_util.cc385 bool IsSwitch(const AnfNodePtr &node) { in IsSwitch() function
/third_party/gn/src/base/
Dcommand_line.cc60 bool IsSwitch(const CommandLine::StringType& string, in IsSwitch() function