Searched refs:mlirAttributeGetContext (Results 1 – 4 of 4) sorted by relevance
762 MLIR_CAPI_EXPORTED MlirContext mlirAttributeGetContext(MlirAttribute attribute);
1208 mlirIdentifierGet(mlirAttributeGetContext(it.second), in create()1654 PyMlirContext::forContext(mlirAttributeGetContext(rawAttr)), rawAttr); in createFromCapsule()1664 mlirIdentifierGet(mlirAttributeGetContext(attr), in PyNamedAttribute()3041 mlirAttributeGetContext(self.namedAttr.attribute)); in populateIRCore()
780 mlirIdentifierGet(mlirAttributeGetContext(mlirAttr), in bindDerived()
751 MlirContext mlirAttributeGetContext(MlirAttribute attribute) { in mlirAttributeGetContext() function