pub unsafe extern "C" fn mlirOperationGetResult(
op: MlirOperation,
pos: isize,
) -> MlirValue
Expand description
Returns pos
-th result of the operation.
pub unsafe extern "C" fn mlirOperationGetResult(
op: MlirOperation,
pos: isize,
) -> MlirValue
Returns pos
-th result of the operation.