Searched refs:NodeTypeId (Results 1 – 1 of 1) sorted by relevance
359 struct NodeTypeId { struct360 NodeTypeId(const NodeDef* _node, const TypeAttrId& _type_attr) in NodeTypeId() argument366 bool operator==(const NodeTypeId& other) const { in operator ==() argument371 friend H AbslHashValue(H h, const NodeTypeId& nt) { in AbslHashValue()377 NodeTypeIdEdge(const NodeTypeId& _src, const NodeTypeId& _dst) in NodeTypeIdEdge()379 NodeTypeId src;380 NodeTypeId dst;415 const NodeTypeId* GetNode(absl::string_view node_name,418 const NodeTypeId* GetNode(int node_idx) const;426 const absl::optional<int> GetNodeIndex(const NodeTypeId& node) const;[all …]