Function torch::THIntBlas_swap [] [src]

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