From 1d42420cacc1e2dde0ec0c861b479c17995b8d04 Mon Sep 17 00:00:00 2001 From: Roman Kazantsev Date: Wed, 29 May 2024 14:59:32 +0400 Subject: [PATCH] [DOC][TF FE] Mark new operations for 2024.2 release (#24759) (#24765) **Details:** Mark new operations for latest release and unmark old ones. Port of https://github.com/openvinotoolkit/openvino/pull/24759 **Ticket:** TBD Signed-off-by: Kazantsev, Roman --- .../tensorflow/docs/supported_ops.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/frontends/tensorflow/docs/supported_ops.md b/src/frontends/tensorflow/docs/supported_ops.md index 4e171257af1f74..9b764a27f9cd6c 100644 --- a/src/frontends/tensorflow/docs/supported_ops.md +++ b/src/frontends/tensorflow/docs/supported_ops.md @@ -26,7 +26,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV | All | YES | | | AllCandidateSampler | NO | | | AllToAll | NO | | -| AngleNEW | YES | | +| Angle | YES | | | AnonymousHashTable | NO | | | AnonymousIterator | NO | | | AnonymousIteratorV2 | NO | | @@ -57,7 +57,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV | ApplyProximalGradientDescent | NO | | | ApplyRMSProp | NO | | | ApproxTopK | NO | | -| ApproximateEqualNEW | YES | | +| ApproximateEqual | YES | | | ArgMax | YES | | | ArgMin | YES | | | AsString | NO | | @@ -139,7 +139,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV | BiasAdd | YES | | | BiasAddGrad | NO | | | BiasAddV1 | NO | | -| BincountNEW | YES | | +| Bincount | YES | | | Bitcast | NO | | | BitwiseAnd | YES | | | BitwiseOr | YES | | @@ -629,7 +629,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV | MatrixDiagV2 | NO | | | MatrixDiagV3 | NO | | | MatrixExponential | NO | | -| MatrixInverse | YES | | +| MatrixInverseNEW | YES | | | MatrixLogarithm | NO | | | MatrixSetDiag | NO | | | MatrixSetDiagV2 | NO | | @@ -838,8 +838,8 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV | RaggedGather | NO | | | RaggedRange | NO | | | RaggedTensorFromVariant | NO | | -| RaggedTensorToSparseNEW | YES | openvino-tokenizers required | -| RaggedTensorToTensorNEW | YES | openvino-tokenizers required | +| RaggedTensorToSparse | YES | openvino-tokenizers required | +| RaggedTensorToTensor | YES | openvino-tokenizers required | | RaggedTensorToVariant | NO | | | RaggedTensorToVariantGradient | NO | | | RandomCrop | NO | | @@ -988,7 +988,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV | ReverseV2 | YES | | | RewriteDataset | NO | | | RightShift | NO | | -| Rint | YES | | +| RintNEW | YES | | | RngReadAndSkip | NO | | | RngSkip | NO | | | Roll | YES | | @@ -1209,7 +1209,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV | StatelessTruncatedNormalV2 | NO | | | StatelessWhile | YES | | | StaticRegexFullMatch | YES | | -| StaticRegexReplaceNEW | YES | openvino-tokenizers required | +| StaticRegexReplace | YES | openvino-tokenizers required | | StatsAggregatorHandle | NO | | | StatsAggregatorHandleV2 | NO | | | StatsAggregatorSetSummaryWriter | NO | | @@ -1221,13 +1221,13 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV | StringFormat | NO | | | StringJoin | YES | | | StringLength | NO | | -| StringLowerNEW | YES | openvino-tokenizers required | +| StringLower | YES | openvino-tokenizers required | | StringNGrams | NO | | | StringSplit | NO | | -| StringSplitV2NEW | YES | openvino-tokenizers required | +| StringSplitV2 | YES | openvino-tokenizers required | | StringStrip | NO | | | StringToHashBucket | NO | | -| StringToHashBucketFast | YES | openvino-tokenizers required | +| StringToHashBucketFastNEW | YES | openvino-tokenizers required | | StringToHashBucketStrong | NO | | | StringToNumber | NO | | | StringUpper | NO | |