Skip to content

Commit

Permalink
[GNA] Update documentation regarding splits and concatenations update
Browse files Browse the repository at this point in the history
  • Loading branch information
elilobanova committed Mar 11, 2021
1 parent 120d3a5 commit 798b170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/IE_DG/supported_plugins/GNA.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 798b170

Please sign in to comment.