Searched defs:IsSwitch (Results 1 – 7 of 7) sorted by relevance
88 def IsSwitch(op): function
40 bool IsSwitch(const std::string& string, in IsSwitch() function
164 bool IsSwitch() const { return class_ == NC_SWITCH; } in IsSwitch() function845 inline bool IsSwitch(const Node* node) { return node->IsSwitch(); } in IsSwitch() function
58 bool IsSwitch(const CommandLine::StringType& string, in IsSwitch() function
81 bool IsSwitch(const CommandLine::StringType& string, in IsSwitch() function
591 bool IsSwitch(const NodeDef& node) { in IsSwitch() function
913 bool TFGraphDialect::IsSwitch(TFOp op) const { in IsSwitch() function in mlir::tfg::TFGraphDialect