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.cc365 struct NodeTypeId { struct
366 NodeTypeId(const NodeDef* _node, const TypeAttrId& _type_attr) in NodeTypeId() function
372 bool operator==(const NodeTypeId& other) const { in operator ==() argument
377 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 …]