pub unsafe extern "C" fn mlirOpResultGetOwner(
value: MlirValue,
) -> MlirOperation
Expand 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,
) -> MlirOperation
Returns an operation that produced this value as its result. Asserts if the value is not an op result.