From a6e7cdc89503be75320a96284d9340a2f7d5ad40 Mon Sep 17 00:00:00 2001 From: Luis Avitia Date: Thu, 12 Jan 2023 16:51:08 -0800 Subject: [PATCH] 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 --- docs/OV_Runtime_UG/supported_plugins/VPU.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/OV_Runtime_UG/supported_plugins/VPU.md b/docs/OV_Runtime_UG/supported_plugins/VPU.md index ccbd6cbb3dd..6cff4549a75 100644 --- a/docs/OV_Runtime_UG/supported_plugins/VPU.md +++ b/docs/OV_Runtime_UG/supported_plugins/VPU.md @@ -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