Function THCharTensor_transpose

Source
pub unsafe extern "C" fn THCharTensor_transpose(
    self_: *mut THCharTensor,
    src: *mut THCharTensor,
    dimension1_: c_int,
    dimension2_: c_int,
)