Function THByteTensor_transpose

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