pub unsafe extern "C" fn mlirOperationSetOperand(
op: MlirOperation,
pos: isize,
newValue: MlirValue,
)Expand description
Sets the pos-th operand of the operation.
pub unsafe extern "C" fn mlirOperationSetOperand(
op: MlirOperation,
pos: isize,
newValue: MlirValue,
)Sets the pos-th operand of the operation.