Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc62 struct TypeAttrId { struct
63 static constexpr int kSingleType = -1;
65 explicit TypeAttrId(const string& _attr_name, int _type_index = kSingleType) in TypeAttrId() function
70 explicit TypeAttrId(DataType _fixed_type) in TypeAttrId() argument
73 bool operator==(const TypeAttrId& other) const { in operator ==()
78 bool operator<(const TypeAttrId& other) const { in operator <()
88 string DebugString() const { in DebugString()
100 string attr_name;
103 int type_index;
104 DataType fixed_type;