[GNA] Add the batch notice for GRUCell in docs (#14009)

This commit is contained in:
Denis Orlov
2022-11-15 11:09:40 +00:00
committed by GitHub
parent d48ec0c855
commit a6a63671f3

View File

@@ -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