Searched refs:NodeClass (Results 1 – 2 of 2) sorted by relevance
215 enum NodeClass { enum238 static const std::unordered_map<string, NodeClass>& kNodeClassTable;240 static NodeClass GetNodeClassForOp(const string& ts);244 NodeClass class_;
56 const std::unordered_map<string, Node::NodeClass>& Node::kNodeClassTable =57 *new std::unordered_map<string, Node::NodeClass>({86 Node::NodeClass Node::GetNodeClassForOp(const string& ts) { in GetNodeClassForOp()