Searched refs:NodeClass (Results 1 – 2 of 2) sorted by relevance
239 enum NodeClass { enum268 static const std::unordered_map<string, NodeClass>& kNodeClassTable;270 static NodeClass GetNodeClassForOp(const string& ts);274 NodeClass class_;
57 const std::unordered_map<string, Node::NodeClass>& Node::kNodeClassTable =58 *new std::unordered_map<string, Node::NodeClass>({101 Node::NodeClass Node::GetNodeClassForOp(const string& ts) { in GetNodeClassForOp()