pub unsafe extern "C" fn mlirBlockAppendOwnedOperation(
block: MlirBlock,
operation: MlirOperation,
)
Expand description
Takes an operation owned by the caller and appends it to the block.
pub unsafe extern "C" fn mlirBlockAppendOwnedOperation(
block: MlirBlock,
operation: MlirOperation,
)
Takes an operation owned by the caller and appends it to the block.