pub unsafe extern "C" fn mlirOperationRemoveFromParent(
op: MlirOperation,
)
Expand description
Removes the given operation from its parent block. The operation is not destroyed. The ownership of the operation is transferred to the caller.
pub unsafe extern "C" fn mlirOperationRemoveFromParent(
op: MlirOperation,
)
Removes the given operation from its parent block. The operation is not destroyed. The ownership of the operation is transferred to the caller.