Searched refs:NodeClass (Results 1 – 2 of 2) sorted by relevance
259 enum NodeClass { enum292 static const std::unordered_map<string, NodeClass>& kNodeClassTable;294 static NodeClass GetNodeClassForOp(const string& ts);298 NodeClass class_;
60 const std::unordered_map<string, Node::NodeClass>& Node::kNodeClassTable =61 *new std::unordered_map<string, Node::NodeClass>({112 Node::NodeClass Node::GetNodeClassForOp(const string& ts) { in GetNodeClassForOp()