Lines Matching defs:attribute
322 MlirAttribute attribute)
323 : shape(std::move(shape)), elementType(elementType), attribute(attribute),
328 attribute(other.attribute), ranked(other.ranked) {}
353 [](nb::list shape, PyType &elementType, PyAttribute &attribute) {
355 attribute);
357 nb::arg("shape"), nb::arg("element_type"), nb::arg("attribute"),
358 "Create a ranked shaped type components object with attribute.")
393 MlirAttribute attribute;
415 /// type, attribute to the user-data.
418 MlirAttribute attribute, void *userData) {
428 attribute);