[GNA] Update documentation regarding splits and concatenations support (#4740)
This commit is contained in:
parent
c9d5d95e2c
commit
882e377ef9
@ -69,7 +69,7 @@ Limitations include:
|
|||||||
- Only 1D convolutions are natively supported.
|
- Only 1D convolutions are natively supported.
|
||||||
- The number of output channels for convolutions must be a multiple of 4.
|
- 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.
|
- 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
|
#### Experimental Support for 2D Convolutions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user