Searched refs:t_attr_id (Results 1 – 1 of 1) sorted by relevance
836 DataTypeSet AllowedDataTypes(const OpDef& op_def, const TypeAttrId& t_attr_id) { in AllowedDataTypes() argument837 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()