From 882e377ef9940525a2d62f7322ec4519854507c5 Mon Sep 17 00:00:00 2001 From: Elizaveta Lobanova Date: Fri, 12 Mar 2021 14:00:15 +0300 Subject: [PATCH] [GNA] Update documentation regarding splits and concatenations support (#4740) --- docs/IE_DG/supported_plugins/GNA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/IE_DG/supported_plugins/GNA.md b/docs/IE_DG/supported_plugins/GNA.md index 82e16899705..f4729757184 100644 --- a/docs/IE_DG/supported_plugins/GNA.md +++ b/docs/IE_DG/supported_plugins/GNA.md @@ -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