openvino/tests/layer_tests/tensorflow_tests
Andrey Kashchikhin b67cff7cd5
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363)
* add m1 mac pipelines as a matrix parameter

* Update mac.yml

disable java_api because of macos arm64 - Java is not available on macOS arm64 runners

* Update mac.yml

added always condition for all tests

* Update mac.yml

* Update mac.yml

* Update mac.yml

* Update setup.py

temp commit

* Update tools/openvino_dev/setup.py

* use matrix for var

* add mxnet to extras only for x86_64

* skip failing tests

* use xfail for Python tests; add missing filter for transformations tests

* skip CPU func tests on x86_64 mac; skip some tests from CPU func tests on arm mac

* Update mac.yml

* skip tests on mac arm

* skip tests on darwin; apply review

* add more skips for python and c++ tests

* skip tf tests

* skip more tf tests; skip more Python UT stages

* rm alwayses, rm triggers, add nightly trigger

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-10-23 15:06:22 +04:00
..
conftest.py Remove `OV_FRONTEND_PATH` (#15364) 2023-02-02 08:19:35 +04:00
test_tf_Add.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_AddN.py TensorFlow AddN layer test implementation (#13533) 2022-11-28 15:46:59 +04:00
test_tf_AdjustContrastv2.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_ArgMinMax.py Extended coverage of TensorFlow layer tests (#13547) 2022-11-14 15:50:43 +04:00
test_tf_BatchToSpace.py [TF FE] Fix layer tests for BatchToSpace and add to the pre-commit (#16722) 2023-04-04 18:46:12 +04:00
test_tf_BatchToSpaceND.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_BiasAdd.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_BinaryOps.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_BroadcastArgs.py [TF FE] Support TF2 Object Detection models (#14979) 2023-01-09 17:36:42 +03:00
test_tf_BroadcastTo.py [TF] Added BroadcastTo layer tests (#15205) 2023-01-24 13:55:59 +04:00
test_tf_Bucketize.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_CTCGreedyDecoder.py [TF FE] Mark-up xfailed layer tests on GPU in nightly (#15981) 2023-02-27 21:14:21 +00:00
test_tf_CTCLoss.py [CI] [GHA] Introduce GHA macOS Pipeline (#20212) 2023-10-10 14:43:09 +04:00
test_tf_Cast.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_CheckNumerics.py [TF FE][TF Hub] Support InvertPermutation and CheckNumerics operations (#19020) 2023-08-07 23:05:23 +04:00
test_tf_ClipByValue.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_Concat.py [TF FE] Refactor Concat layer test and extend pre-commit (#15726) 2023-02-15 12:25:05 +01:00
test_tf_Conv2D.py [TF FE] Mark-up xfailed layer tests on GPU in nightly (#15981) 2023-02-27 21:14:21 +00:00
test_tf_Conv2DBackprop.py Added TF Deconvolution layer tests (#14906) 2023-01-11 21:34:08 +00:00
test_tf_Conv3D.py [TF FE] Support Group Convolutions (#15130) 2023-01-17 16:15:19 +04:00
test_tf_Conv3DBackprop.py Added TF Deconvolution layer tests (#14906) 2023-01-11 21:34:08 +00:00
test_tf_CropAndResize.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_Cumsum.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_DepthToSpace.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_DivNoNan.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_DynamicPartition.py [TF FE] Mark-up xfailed layer tests on GPU in nightly (#15981) 2023-02-27 21:14:21 +00:00
test_tf_Eltwise.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_EnsureShape.py [TF FE][TF Hub] Support DivNoNan and EnsureShape operations (#19007) 2023-08-07 17:50:30 +04:00
test_tf_Equal.py Improved quality of Equal test source code (#13548) 2022-10-20 08:12:22 +03:00
test_tf_ExpandDims.py [TF FE] Refactor ExpandDims translator and add tests (#15454) 2023-02-02 16:43:45 +04:00
test_tf_ExtractImagePatches.py [TF FE] Refactor ExtractImagePatches and add tests (#15456) 2023-02-02 15:28:31 +01:00
test_tf_Eye.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_FakeQuantWithMinMaxVars.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_FakeQuantize.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_Fill.py Extended coverage of TensorFlow layer tests (#13547) 2022-11-14 15:50:43 +04:00
test_tf_FusedBatchNorm.py [CI] [GHA] Introduce GHA macOS Pipeline (#20212) 2023-10-10 14:43:09 +04:00
test_tf_GRUBlockCell.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_Gather.py [TF FE] Refactor Gather operations and add layer tests (#15808) 2023-02-20 11:02:42 +04:00
test_tf_GatherNd.py TFLite layer tests second part (#17688) 2023-05-29 15:50:34 +04:00
test_tf_Identity.py [TF FE] Refactor identity operations and layer test (#15904) 2023-02-23 21:22:31 +01:00
test_tf_IdentityN.py [TF FE] Refactor IdentityN translator and add layer test (#15727) 2023-02-15 15:18:18 +01:00
test_tf_If.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_InvertPermutation.py [TF FE][TF Hub] Support InvertPermutation and CheckNumerics operations (#19020) 2023-08-07 23:05:23 +04:00
test_tf_IsFinite.py [TF FE] Mark-up xfailed layer tests on GPU in nightly (#15981) 2023-02-27 21:14:21 +00:00
test_tf_IsInf.py [TF FE] Mark-up xfailed layer tests on GPU in nightly (#15981) 2023-02-27 21:14:21 +00:00
test_tf_IsNan.py [TF FE] Mark-up xfailed layer tests on GPU in nightly (#15981) 2023-02-27 21:14:21 +00:00
test_tf_L2Loss.py [TF FE] Mark-up xfailed layer tests on GPU in nightly (#15981) 2023-02-27 21:14:21 +00:00
test_tf_LRN.py unskip tests in GHA (#18906) 2023-08-02 00:42:37 +04:00
test_tf_LeakyRelu.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_LinSpace.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_ListDiff.py [TF FE] Refactor ListDiff translator and add layer test (#15499) 2023-02-06 11:08:36 +04:00
test_tf_Log1p.py [TF FE] Refactor Log1p translator and add layer test (#15649) 2023-02-11 07:28:21 +01:00
test_tf_LogSoftmax.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_MatMul.py [TF FE][TF Hub] Support BatchMatMulV3 operation (#20528) 2023-10-18 09:49:33 +04:00
test_tf_MatrixDiag.py [TF FE] Test MatrixDiag translator in the pre-commit (#16377) 2023-03-20 12:20:13 +04:00
test_tf_MaxPoolWithArgmax.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_MinMax.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_Mul.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_NestedWhile.py [TF FE] Test Nested While in the pre-commit (#15955) 2023-02-26 11:28:51 +00:00
test_tf_NonMaxSupression.py Build using conanfile.txt (#17580) 2023-05-19 14:01:39 +04:00
test_tf_NormalizeL2.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_OneHot.py [TF FE] Refactor OneHot translator and add layer test (#15763) 2023-02-17 13:54:40 +04:00
test_tf_OnesLike.py [TF FE] Support TF 2.14 and add OnesLike translator (#20385) 2023-10-11 15:24:32 +04:00
test_tf_Pack.py [TF FE] Add layer test for Pack (#15518) 2023-02-06 08:49:29 +00:00
test_tf_Pad.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_ParallelDynamicStitch.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_Pooling.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_RandomUniform.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_Range.py [TF FE] Refactor Range and add layer test (#15548) 2023-02-07 12:18:04 +00:00
test_tf_Rank.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_ReLU6.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_Reciprocal.py [TF FE] Refactor Reciprocal translator and add layer test (#15652) 2023-02-13 11:10:16 +04:00
test_tf_ReduceArithmeticOps.py [TF FE] Refactor translators for Reduce ops and add layer tests (#15452) 2023-02-02 18:24:31 +01:00
test_tf_ReduceLogicalOps.py [TF FE] Refactor translators for Reduce ops and add layer tests (#15452) 2023-02-02 18:24:31 +01:00
test_tf_Resample_pattern_new.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_Reshape.py [TF FE] Refactor Reshape and add layer test (#15549) 2023-02-07 16:19:37 +01:00
test_tf_Resize.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_Reverse.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_ReverseSequence.py [TF FE] Refactor ReverseSequence and add layer test (#15807) 2023-02-20 12:26:19 +00:00
test_tf_ReverseV2.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_Roll.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_Rsqrt.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_ScatterND.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_SegmentSum.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_Select.py [TF FE] Support TF2 Object Detection models (#14979) 2023-01-09 17:36:42 +03:00
test_tf_SelectV2.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_Shape.py [TF FE] Refactor Shape translator and add layer test (#15551) 2023-02-07 18:00:53 +04:00
test_tf_ShapeN.py [TF FE] Support ShapeN operation (#18913) 2023-08-02 15:28:39 +02:00
test_tf_Size.py [TF FE] Refactor Size translator and add layer test (#15653) 2023-02-13 11:09:12 +04:00
test_tf_Slice.py [TF FE] Support TF2 Object Detection models (#14979) 2023-01-09 17:36:42 +03:00
test_tf_Softmax.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_Softsign.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_SpaceToBatch.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_SpaceToBatchND.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_SpaceToDepth.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_Split.py [TF FE] Refactor Split and SplitV translators and add layer tests (#15662) 2023-02-13 10:49:34 +04:00
test_tf_SplitV.py [CI] Introduce Linux pipeline in GitHub Actions (#18355) 2023-07-11 11:54:33 +04:00
test_tf_Squeeze.py [TF FE] Refactor Squeeze and layer test (#15723) 2023-02-15 12:34:44 +01:00
test_tf_StridedSlice.py [TF FE] Refactor StridedSlice translator and add layer test to precommit (#16376) 2023-03-21 08:54:48 +04:00
test_tf_Sub.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_Swish.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_TensorListLength.py [CI] [GHA] Introduce GHA macOS Pipeline (#20212) 2023-10-10 14:43:09 +04:00
test_tf_TensorListResize.py [CI] [GHA] Introduce GHA macOS Pipeline (#20212) 2023-10-10 14:43:09 +04:00
test_tf_Tile.py [TF FE] Refactor Tile and add layer test (#15584) 2023-02-09 08:43:39 +01:00
test_tf_ToBool.py [TF FE] Support ToBool operation (#20511) 2023-10-20 14:22:30 +04:00
test_tf_TopK.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_TopKV2.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_Transpose.py [TF FE] Refactor Transpose and add layer test (#15586) 2023-02-10 19:31:26 +00:00
test_tf_TruncateDiv.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_TruncateMod.py [TF FE][TF Hub] Support TruncateMod operation (#20468) 2023-10-19 22:40:38 +04:00
test_tf_UnaryOps.py [CI] [GHA] Introduce GHA macOS Pipeline (#20212) 2023-10-10 14:43:09 +04:00
test_tf_Unique.py [TF FE] Add missed layer tests to nightly (#15424) 2023-02-01 11:31:16 +00:00
test_tf_Unpack.py [TF FE] Refactor Unpack and add layer test (#15519) 2023-02-06 19:05:39 +04:00
test_tf_UnravelIndex.py [TF FE][TF Hub] Support UnravelIndex operation (#19060) 2023-08-08 21:00:04 +04:00
test_tf_UnsortedSegmentSum.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_Where.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_tf_While.py [CI] [GHA] Introduce GHA macOS Pipeline (#20212) 2023-10-10 14:43:09 +04:00
test_tf_Xlog1py.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_Xlogy.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_tf_ZerosLike.py [TF FE] Refactor ZerosLike and add layer test (#15648) 2023-02-11 20:50:01 +00:00