pub unsafe extern "C" fn mlirOperationSetOperands(
op: MlirOperation,
nOperands: isize,
operands: *const MlirValue,
)Expand description
Replaces the operands of the operation.
pub unsafe extern "C" fn mlirOperationSetOperands(
op: MlirOperation,
nOperands: isize,
operands: *const MlirValue,
)Replaces the operands of the operation.