Update layer limitations for VPU (#13995)

* Update layer limitations

Update layer limitations in Known Layers Limitations document. 
Add "Floor", "ConvTranspose" and "GatherElements" in Known Layers Limitations section. 

Tickets:
CVS-88871 - Floor op
CVS-75208 - ConvTranspose op
CVS-88690 - GatherElements op

* Update docs/OV_Runtime_UG/supported_plugins/VPU.md

* Update docs/OV_Runtime_UG/supported_plugins/VPU.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
This commit is contained in:
Luis Avitia 2023-01-12 16:51:08 -08:00 committed by GitHub
parent d87989cd2c
commit a6e7cdc895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,6 +149,9 @@ For a list of VPU-supported layers, see the **Supported Layers** section of the
* `MVN` layer uses fixed value for `eps` parameters (1e-9).
* `Normalize` layer uses fixed value for `eps` parameters (1e-9) and is supported for zero value of `across_spatial` only.
* `Pad` layer works only with 4D tensors.
* `Floor` layer works only with FP16 type.
* `ConvTranspose` layer is not supported.
* `GatherElements` layer is not supported for negative axis.
## See Also