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