Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 702 Bytes

TransposeLayer.md

File metadata and controls

31 lines (19 loc) · 702 Bytes

CTransposeLayer Class

The class implements a layer that switches two of the blob dimensions, moving the data inside accordingly.

Settings

Dimensions to switch

void SetTransposedDimensions(TBlobDim d1, TBlobDim d2);

Sets the two dimensions that should change places.

Inputs

The single input accepts a blob of any size.

Outputs

The single output contains a blob in which the GetTransposedDimensions() dimensions are switched together with all the data.