Searched defs:NodeTypeId (Results 1 – 1 of 1) sorted by relevance
410 struct NodeTypeId { struct411 NodeTypeId(const NodeDef* _node, const TypeAttrId& _type_attr) in NodeTypeId() function414 const NodeDef* node;415 TypeAttrId type_attr;417 bool operator==(const NodeTypeId& other) const { in operator ==()