Function torch::THByteTensor_narrow [] [src]

pub unsafe extern "C" fn THByteTensor_narrow(
    self_: *mut THByteTensor,
    src: *mut THByteTensor,
    dimension_: c_int,
    firstIndex_: c_long,
    size_: c_long
)