Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dauto_mixed_precision.cc431 struct NodeTypeId { struct
432 NodeTypeId(const NodeDef* _node, const TypeAttrId& _type_attr) in NodeTypeId() argument
435 const NodeDef* node;
436 TypeAttrId type_attr;
438 bool operator==(const NodeTypeId& other) const { in operator ==()