Function torch::THIntBlas_copy [] [src]

pub unsafe extern "C" fn THIntBlas_copy(
    n: c_long,
    x: *mut c_int,
    incx: c_long,
    y: *mut c_int,
    incy: c_long
)