From a20c9a5a22ed5f50e3caa8479ac6c36f3540b190 Mon Sep 17 00:00:00 2001 From: Roman Kazantsev Date: Tue, 31 Oct 2023 14:45:54 +0400 Subject: [PATCH] [TF FE] Update TF FE dev docs with Inv (#20788) Signed-off-by: Kazantsev, Roman --- src/frontends/tensorflow/docs/supported_ops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/tensorflow/docs/supported_ops.md b/src/frontends/tensorflow/docs/supported_ops.md index 5794e3f1665..e9b9a499f55 100644 --- a/src/frontends/tensorflow/docs/supported_ops.md +++ b/src/frontends/tensorflow/docs/supported_ops.md @@ -529,7 +529,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV | InplaceSub | NO | | | InplaceUpdate | NO | | | InterleaveDataset | NO | | -| Inv | NO | | +| Inv | YES | | | InvGrad | NO | | | Invert | NO | | | InvertPermutation | YES | |