Visible to Intel only — GUID: wws1709771079070
Ixiasoft
Visible to Intel only — GUID: wws1709771079070
Ixiasoft
2.4.2.11. (Early Access) Parameter Group: layout_transform_params
These parameters configure the input tensor layout transformation module of the FPGA AI Suite IP.
Parameter: layout_transform_params/data_element_width
This parameter sets the width of the input values. The layout transform hardware supports U8 or FP16 inputs only.
- Legal values:
- [8, 16]
Parameters: layout_transform_params/channels, layout_transform_params/feature_height, layout_transform_params/feature_width, layout_transform_params/feature_depth, layout_transform_params/stride_height, layout_transform_params/stride_width, layout_transform_params/stride_depth, layout_transform_params/pad_top, layout_transform_params/pad_left, layout_transform_params/pad_depth, layout_transform_params/output_channels, layout_transform_params/output_height, layout_transform_params/output_width, layout_transform_params/output_depth
To perform the input tensor format transformation and folding operations in hardware, the feature dimensions, along with the stride and padding values of the first convolution operation in the model, are required. Folded output dimensions are also required where folding refers to the process of moving values from the input tensor that are part of the same convolution filter stride into the channel dimension to increase efficiency in the PE array as described in Input Folding.
The folded output dimensions are derived from the input tensor according to the following relations:
For more information about the input tensor layout transform, refer to Input Feature Tensor In-Memory Format.