Skip to main content

Module transpose

Module transpose 

Source
Expand description

Tensor transpose operations.

Functionsยง

transpose_2d_s8
Transposes a 2D matrix (rows x cols) for int8 tensors.
transpose_spatial_s8
Transposes a 4D tensor (N, H, W, C) -> (N, W, H, C).