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.