Skip to content

Commit

Permalink
[DOC][TF FE] Mark new operations for 2024.2 release (#24759) (#24765)
Browse files Browse the repository at this point in the history
**Details:** Mark new operations for latest release and unmark old ones.

Port of #24759

**Ticket:** TBD

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
  • Loading branch information
rkazants committed May 29, 2024
1 parent 00b6063 commit 1d42420
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/frontends/tensorflow/docs/supported_ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
| All | YES | |
| AllCandidateSampler | NO | |
| AllToAll | NO | |
| Angle<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | |
| Angle | YES | |
| AnonymousHashTable | NO | |
| AnonymousIterator | NO | |
| AnonymousIteratorV2 | NO | |
Expand Down Expand Up @@ -57,7 +57,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
| ApplyProximalGradientDescent | NO | |
| ApplyRMSProp | NO | |
| ApproxTopK | NO | |
| ApproximateEqual<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | |
| ApproximateEqual | YES | |
| ArgMax | YES | |
| ArgMin | YES | |
| AsString | NO | |
Expand Down Expand Up @@ -139,7 +139,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
| BiasAdd | YES | |
| BiasAddGrad | NO | |
| BiasAddV1 | NO | |
| Bincount<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | |
| Bincount | YES | |
| Bitcast | NO | |
| BitwiseAnd | YES | |
| BitwiseOr | YES | |
Expand Down Expand Up @@ -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 | |
| MatrixInverse<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | |
| MatrixLogarithm | NO | |
| MatrixSetDiag | NO | |
| MatrixSetDiagV2 | NO | |
Expand Down Expand Up @@ -838,8 +838,8 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
| RaggedGather | NO | |
| RaggedRange | NO | |
| RaggedTensorFromVariant | NO | |
| RaggedTensorToSparse<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
| RaggedTensorToTensor<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
| RaggedTensorToSparse | YES | openvino-tokenizers required |
| RaggedTensorToTensor | YES | openvino-tokenizers required |
| RaggedTensorToVariant | NO | |
| RaggedTensorToVariantGradient | NO | |
| RandomCrop | NO | |
Expand Down Expand Up @@ -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 | |
| Rint<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | |
| RngReadAndSkip | NO | |
| RngSkip | NO | |
| Roll | YES | |
Expand Down Expand Up @@ -1209,7 +1209,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
| StatelessTruncatedNormalV2 | NO | |
| StatelessWhile | YES | |
| StaticRegexFullMatch | YES | |
| StaticRegexReplace<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
| StaticRegexReplace | YES | openvino-tokenizers required |
| StatsAggregatorHandle | NO | |
| StatsAggregatorHandleV2 | NO | |
| StatsAggregatorSetSummaryWriter | NO | |
Expand All @@ -1221,13 +1221,13 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
| StringFormat | NO | |
| StringJoin | YES | |
| StringLength | NO | |
| StringLower<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
| StringLower | YES | openvino-tokenizers required |
| StringNGrams | NO | |
| StringSplit | NO | |
| StringSplitV2<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
| StringSplitV2 | YES | openvino-tokenizers required |
| StringStrip | NO | |
| StringToHashBucket | NO | |
| StringToHashBucketFast | YES | openvino-tokenizers required |
| StringToHashBucketFast<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
| StringToHashBucketStrong | NO | |
| StringToNumber | NO | |
| StringUpper | NO | |
Expand Down

0 comments on commit 1d42420

Please sign in to comment.