From a6a63671f34398ae6fdcd9d8e5a4e81a35b7be48 Mon Sep 17 00:00:00 2001 From: Denis Orlov Date: Tue, 15 Nov 2022 11:09:40 +0000 Subject: [PATCH] [GNA] Add the batch notice for GRUCell in docs (#14009) --- docs/OV_Runtime_UG/supported_plugins/GNA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OV_Runtime_UG/supported_plugins/GNA.md b/docs/OV_Runtime_UG/supported_plugins/GNA.md index 71301092219..0257fb89158 100644 --- a/docs/OV_Runtime_UG/supported_plugins/GNA.md +++ b/docs/OV_Runtime_UG/supported_plugins/GNA.md @@ -322,7 +322,7 @@ then set batch size: Increasing batch size only improves efficiency of `MatMul` layers. -> **NOTE**: For models with `Convolution`, `LSTMCell`, or `ReadValue`/`Assign` operations, the only supported batch size is 1. +> **NOTE**: For models with `Convolution`, `LSTMCell`, `GRUCell`, or `ReadValue`/`Assign` operations, the only supported batch size is 1. ### Compatibility with Heterogeneous mode