pub unsafe extern "C" fn mlirOperationClone(
op: MlirOperation,
) -> MlirOperation
Expand description
Creates a deep copy of an operation. The operation is not inserted and ownership is transferred to the caller.
pub unsafe extern "C" fn mlirOperationClone(
op: MlirOperation,
) -> MlirOperation
Creates a deep copy of an operation. The operation is not inserted and ownership is transferred to the caller.