Function THIntTensor_unsqueeze1d

Source
pub unsafe extern "C" fn THIntTensor_unsqueeze1d(
    self_: *mut THIntTensor,
    src: *mut THIntTensor,
    dimension_: c_int,
)