Searched refs:NodeTypeId (Results 1 – 1 of 1) sorted by relevance
365 struct NodeTypeId { struct366 NodeTypeId(const NodeDef* _node, const TypeAttrId& _type_attr) in NodeTypeId() function372 bool operator==(const NodeTypeId& other) const { in operator ==() argument377 friend H AbslHashValue(H h, const NodeTypeId& nt) { in AbslHashValue()383 NodeTypeIdEdge(const NodeTypeId& _src, const NodeTypeId& _dst) in NodeTypeIdEdge()385 NodeTypeId src;386 NodeTypeId dst;420 const NodeTypeId* GetNode(absl::string_view node_name,423 const NodeTypeId* GetNode(int node_idx) const;431 const absl::optional<int> GetNodeIndex(const NodeTypeId& node) const;[all …]