pub unsafe extern "C" fn mlirOpResultGetOwner(
value: MlirValue,
) -> MlirOperationExpand description
Returns an operation that produced this value as its result. Asserts if the value is not an op result.
pub unsafe extern "C" fn mlirOpResultGetOwner(
value: MlirValue,
) -> MlirOperationReturns an operation that produced this value as its result. Asserts if the value is not an op result.