Visible to Intel only — GUID: wws1709771079070
Ixiasoft
Visible to Intel only — GUID: wws1709771079070
Ixiasoft
2.5.2.13. (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/do_u8_fp16_conversion
When true, this parameter enables hardware to convert 8-bit integer input values to FP16 format, and 8-bit unsigned integers must be given as inputs. Otherwise, no conversion is done and you must write FP16 values at the input.
- Legal values:
- [true, false]
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.