openvino/tests/layer_tests/tensorflow_tests
Jorge Ragde 8eaa65e026
[TF FE Tests] Change HSVToRGB Unit Test To Test Grayscale Image (#24935)
### Details:
- Currently, the unit test for HSVToRGB is creating a tensor of all ones
in the Grayscale special case as mentioned in
[#24875](https://github.com/openvinotoolkit/openvino/pull/24875). Since
the images are expected to be in HSV and not RGB format, this will
create images that are green, and not gray. Grayscale in HSV can be
achieved by creating a tensor with HSV entries of [0, 0, .5].

### Tickets:
 - N/A

---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2024-06-11 14:16:48 +00:00
..
conftest.py [GHA] Move tokenizers build to reusable job (#23909) 2024-04-19 19:12:17 +00:00
test_tf_Add.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_AddN.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_AddTypes.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_AdjustContrastv2.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_AdjustHue.py [TF FE] Support AdjustHue operation (#24769) 2024-06-03 00:09:09 +04:00
test_tf_AdjustSaturation.py [TF FE] Support AdjustHue operation (#24769) 2024-06-03 00:09:09 +04:00
test_tf_Angle.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ApproximateEqual.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ArgMinMax.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_AssignOps.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_AssignVariableOps.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Atan2.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_BatchToSpace.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_BatchToSpaceND.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_BiasAdd.py [TF FE] Support complex tensors for BiasAdd operation (#23218) 2024-03-30 14:19:52 +00:00
test_tf_BinaryOps.py [TF FE] Extend layer tests for LookupTableFindV2 with string keys (#24138) 2024-04-22 08:02:26 +00:00
test_tf_Bincount.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_BlockLSTM.py [TF FE] Move conversion of BlockLSTM to loader stage (#24316) 2024-05-10 14:33:36 +00:00
test_tf_BroadcastArgs.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_BroadcastTo.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Bucketize.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_CTCGreedyDecoder.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_CTCLoss.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Cast.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_CheckNumerics.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ClipByValue.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ComplexFFT.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Concat.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Conj.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ConjugateTranspose.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Conv2D.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Conv2DBackprop.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Conv3D.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Conv3DBackprop.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_CropAndResize.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Cumsum.py [TF FE] Support complex tensors for Cumsum operation (#23500) 2024-03-30 22:37:48 +00:00
test_tf_DepthToSpace.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Div.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_DivNoNan.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_DynamicPartition.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_Eltwise.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_EnsureShape.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Equal.py [CPU] Inconsistent behavior/errors of Equal operation in comparison with TF framework (#24640) 2024-05-27 06:55:36 +00:00
test_tf_ExpandDims.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ExtractImagePatches.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Eye.py copyright year update (#23370) 2024-03-14 09:37:02 +00:00
test_tf_FakeQuantWithMinMaxVars.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_FakeQuantize.py [Layer tests] Use legacy MO API only for legacy tests and optimize imports (#23821) 2024-04-03 08:31:27 +00:00
test_tf_Fill.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_FloorDiv.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_FusedBatchNorm.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_GRUBlockCell.py [TF FE] Move GRUBlockCell conversion to loaders stage (#24332) 2024-05-02 14:34:51 +00:00
test_tf_Gather.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_GatherNd.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_HSVToRGB.py [TF FE Tests] Change HSVToRGB Unit Test To Test Grayscale Image (#24935) 2024-06-11 14:16:48 +00:00
test_tf_Identity.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_IdentityN.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_If.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Inv.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_InvertPermutation.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_IsFinite.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_IsInf.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_IsNan.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_L2Loss.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_LRN.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_LeakyRelu.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_LinSpace.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ListDiff.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Log1p.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_LogSoftmax.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_LookupTableFind.py [TF FE] Extend layer tests for LookupTableFindV2 with string keys (#24138) 2024-04-22 08:02:26 +00:00
test_tf_MatMul.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_MatrixBandPart.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_MatrixDiag.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_MatrixInverse.py [TF FE] Support adjoint mode for MatrixInverse operation (#24581) 2024-05-20 11:07:54 +00:00
test_tf_MaxPoolWithArgmax.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_MinMax.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Mul.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_MulNoNan.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Multinomial.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_NestedWhile.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_NonMaxSupression.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_NormalizeL2.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_OneHot.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_OnesLike.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Pack.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Pad.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ParallelDynamicStitch.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_Placeholder.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Pooling.py [TF FE] Remove MO legacy deps for TF FE layer tests (#24005) 2024-04-12 14:52:54 +00:00
test_tf_RaggedTensorToSparse.py [TF FE] Add layer test for RaggedTensorToSparse (#23850) 2024-04-04 16:04:28 +00:00
test_tf_RaggedTensorToTensor.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_RandomUniform.py [Layer tests] Use legacy MO API only for legacy tests and optimize imports (#23821) 2024-04-03 08:31:27 +00:00
test_tf_Range.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Rank.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ReLU6.py [TF FE] Remove MO legacy deps for TF FE layer tests (#24005) 2024-04-12 14:52:54 +00:00
test_tf_Reciprocal.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ReduceArithmeticOps.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ReduceLogicalOps.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Resample_pattern_new.py [TF FE] Remove MO legacy deps for TF FE layer tests (#24005) 2024-04-12 14:52:54 +00:00
test_tf_Reshape.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Resize.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Reverse.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ReverseSequence.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ReverseV2.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Rint.py [TF FE] Xfail test for Rint on arm (#24810) 2024-06-03 12:12:42 +04:00
test_tf_Roll.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Round.py [TF FE] Add layer test for Round operation (#23921) 2024-04-10 10:14:42 +00:00
test_tf_Rsqrt.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ScatterND.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_SegmentSum.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_Select.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_SelectV2.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_Shape.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ShapeN.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Size.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Slice.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Softmax.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Softsign.py copyright year update (#23370) 2024-03-14 09:37:02 +00:00
test_tf_SpaceToBatch.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_SpaceToBatchND.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_SpaceToDepth.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Split.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_SplitV.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Squeeze.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_StaticRegexReplace.py [TF FE] Extend StringSplitV2 layer tests and fix warnings (#24148) 2024-04-21 21:23:24 +00:00
test_tf_StridedSlice.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_StringLower.py [OVC] Import openvino-tokenizers extensions from ovc tool (#24681) 2024-05-26 15:40:40 +00:00
test_tf_StringSplitV2.py [TF FE] Extend StringSplitV2 layer tests and fix warnings (#24148) 2024-04-21 21:23:24 +00:00
test_tf_StringToHashBucketFast.py [TF FE] Support StringHashBucketFast operation (#23946) 2024-04-10 04:17:55 +00:00
test_tf_Sub.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Swish.py copyright year update (#23370) 2024-03-14 09:37:02 +00:00
test_tf_SwitchMerge.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_TensorArrayOps.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_TensorListConcatV2.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_TensorListLength.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_TensorListResize.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Tile.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ToBool.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_TopK.py copyright year update (#23370) 2024-03-14 09:37:02 +00:00
test_tf_TopKV2.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Transpose.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_TruncateDiv.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_TruncateMod.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_UnaryOps.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_Unique.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_UniqueWithCounts.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Unpack.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_UnravelIndex.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_UnsortedSegmentSum.py [TF FE] Get back tests switched off by mistake (#24367) 2024-05-05 13:36:08 +00:00
test_tf_Where.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_While.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Xlog1py.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_Xlogy.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00
test_tf_ZerosLike.py [TF FE] Replace precommit_tf_fe marker with precommit (#23667) 2024-03-28 13:43:19 +00:00