[GNA] Add the batch notice for GRUCell in docs (#14009)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user