Home | History | Annotate | Download | only in framework

Lines Matching defs:attr_name

214     const string attr_name = is_list ? arg.type_list_attr() : arg.type_attr();
215 const OpDef::AttrDef* attr = FindAttr(attr_name, op_def);
220 const string* original_arg = gtl::FindOrNull(inferred_attrs, attr_name);
222 return strings::StrCat(prefix, " of type `", attr_name, "`.");