Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc836 DataTypeSet AllowedDataTypes(const OpDef& op_def, const TypeAttrId& t_attr_id) { in AllowedDataTypes() argument
837 if (t_attr_id.attr_name.empty()) { in AllowedDataTypes()
838 return ToSet(t_attr_id.fixed_type); in AllowedDataTypes()
840 const OpDef::AttrDef* attr_def = FindAttr(t_attr_id.attr_name, op_def); in AllowedDataTypes()