[GNA] Update documentation regarding splits and concatinations support (#4785)

This commit is contained in:
Elizaveta Lobanova 2021-03-31 15:18:16 +03:00 committed by GitHub
parent 1128a0c2e6
commit 2f7c505aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ Limitations include:
- Only 1D convolutions are natively supported.
- The number of output channels for convolutions must be a multiple of 4.
- Permute layer support is limited to the cases where no data reordering is needed or when reordering is happening for two dimensions, at least one of which is not greater than 8.
- Concatenations and splitting are supported only along the channel dimension (axis=1).
- Splits and concatenations are supported for continuous portions of memory (e.g., split of 1,2,3,4 to 1,1,3,4 and 1,1,3,4 or concats of 1,2,3,4 and 1,2,3,5 to 2,2,3,4).
#### Experimental Support for 2D Convolutions