Searched refs:derived_attr (Results 1 – 2 of 2) sorted by relevance
382 mlir::TF::ShapeAttr>([&](auto derived_attr) { in ConvertAttributes() argument383 return ConvertAttribute(derived_attr, &value); in ConvertAttributes()385 .Case<mlir::ArrayAttr, mlir::TypeAttr>([&](auto derived_attr) { in ConvertAttributes() argument386 return ConvertAttribute(derived_attr, remove_ref_type, &value); in ConvertAttributes()
130 for (auto derived_attr : derived_attrs) { in GetAttributesToIgnore() local132 mlir::StringRefToView(derived_attr.first.strref())); in GetAttributesToIgnore()