Skip to content

Commit 1d42420

Browse files
authored
[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 #24759 **Ticket:** TBD Signed-off-by: Kazantsev, Roman <[email protected]>
1 parent 00b6063 commit 1d42420

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/frontends/tensorflow/docs/supported_ops.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
2626
| All | YES | |
2727
| AllCandidateSampler | NO | |
2828
| AllToAll | NO | |
29-
| Angle<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | |
29+
| Angle | YES | |
3030
| AnonymousHashTable | NO | |
3131
| AnonymousIterator | NO | |
3232
| AnonymousIteratorV2 | NO | |
@@ -57,7 +57,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
5757
| ApplyProximalGradientDescent | NO | |
5858
| ApplyRMSProp | NO | |
5959
| ApproxTopK | NO | |
60-
| ApproximateEqual<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | |
60+
| ApproximateEqual | YES | |
6161
| ArgMax | YES | |
6262
| ArgMin | YES | |
6363
| AsString | NO | |
@@ -139,7 +139,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
139139
| BiasAdd | YES | |
140140
| BiasAddGrad | NO | |
141141
| BiasAddV1 | NO | |
142-
| Bincount<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | |
142+
| Bincount | YES | |
143143
| Bitcast | NO | |
144144
| BitwiseAnd | YES | |
145145
| BitwiseOr | YES | |
@@ -629,7 +629,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
629629
| MatrixDiagV2 | NO | |
630630
| MatrixDiagV3 | NO | |
631631
| MatrixExponential | NO | |
632-
| MatrixInverse | YES | |
632+
| MatrixInverse<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | |
633633
| MatrixLogarithm | NO | |
634634
| MatrixSetDiag | NO | |
635635
| MatrixSetDiagV2 | NO | |
@@ -838,8 +838,8 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
838838
| RaggedGather | NO | |
839839
| RaggedRange | NO | |
840840
| RaggedTensorFromVariant | NO | |
841-
| RaggedTensorToSparse<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
842-
| RaggedTensorToTensor<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
841+
| RaggedTensorToSparse | YES | openvino-tokenizers required |
842+
| RaggedTensorToTensor | YES | openvino-tokenizers required |
843843
| RaggedTensorToVariant | NO | |
844844
| RaggedTensorToVariantGradient | NO | |
845845
| RandomCrop | NO | |
@@ -988,7 +988,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
988988
| ReverseV2 | YES | |
989989
| RewriteDataset | NO | |
990990
| RightShift | NO | |
991-
| Rint | YES | |
991+
| Rint<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | |
992992
| RngReadAndSkip | NO | |
993993
| RngSkip | NO | |
994994
| Roll | YES | |
@@ -1209,7 +1209,7 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
12091209
| StatelessTruncatedNormalV2 | NO | |
12101210
| StatelessWhile | YES | |
12111211
| StaticRegexFullMatch | YES | |
1212-
| StaticRegexReplace<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
1212+
| StaticRegexReplace | YES | openvino-tokenizers required |
12131213
| StatsAggregatorHandle | NO | |
12141214
| StatsAggregatorHandleV2 | NO | |
12151215
| StatsAggregatorSetSummaryWriter | NO | |
@@ -1221,13 +1221,13 @@ A "supported operation" is one that TensorFlow Frontend can convert to the OpenV
12211221
| StringFormat | NO | |
12221222
| StringJoin | YES | |
12231223
| StringLength | NO | |
1224-
| StringLower<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
1224+
| StringLower | YES | openvino-tokenizers required |
12251225
| StringNGrams | NO | |
12261226
| StringSplit | NO | |
1227-
| StringSplitV2<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
1227+
| StringSplitV2 | YES | openvino-tokenizers required |
12281228
| StringStrip | NO | |
12291229
| StringToHashBucket | NO | |
1230-
| StringToHashBucketFast | YES | openvino-tokenizers required |
1230+
| StringToHashBucketFast<sup><mark style="background-color: #00FF00">NEW</mark></sup> | YES | openvino-tokenizers required |
12311231
| StringToHashBucketStrong | NO | |
12321232
| StringToNumber | NO | |
12331233
| StringUpper | NO | |

0 commit comments

Comments
 (0)