Function THFloatTensor_select

Source
pub unsafe extern "C" fn THFloatTensor_select(
    self_: *mut THFloatTensor,
    src: *mut THFloatTensor,
    dimension_: c_int,
    sliceIndex_: c_long,
)