Home
last modified time | relevance | path

Searched refs:NodeTypeId (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc359 struct NodeTypeId { struct
360 NodeTypeId(const NodeDef* _node, const TypeAttrId& _type_attr) in NodeTypeId() argument
366 bool operator==(const NodeTypeId& other) const { in operator ==() argument
371 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 …]