Function THFloatTensor_indexSelect

Source
pub unsafe extern "C" fn THFloatTensor_indexSelect(
    tensor: *mut THFloatTensor,
    src: *mut THFloatTensor,
    dim: c_int,
    index: *mut THLongTensor,
)