openvino/tests/layer_tests/tensorflow_tests
Andrey Kashchikhin dfc91186a1
[CI] [GHA] Extract test jobs into reusable workflows (#21395)
* extract cpu func tests into a reusable workflow

* add needs

* check paths

* correct paths

* rm usage of setupvars

* extract samples

* use yaml string

* split mac workflow

* check variables

* try github workspace

* check full dir

* set variables

* try with sub directory

* Revert "try with sub directory"

This reverts commit d891ee3f28.

* extract c++ tests from linux

* change

* use cxx workflow in mac workflows

* add noninteractive

* extract cpu func tests

* rm unused

* enable mac

* fix reusable workflow name

* correct path for sparse-checkout

* extract python UT

* remove unnecessary asterisk

* remove another unnecessary asterisk

* use reusable action for linux cc

* add check for setupvars existence

* check with manually installed opencl

* add components input to samples workflow; rm pr triggers for mac workflows

* add missing needs

* add missing option for deps install  script

* use disables in test themselves instead of ifs in workflows

* use reusable workflow for cxx tests in linux arm

* use python reusable workflow in linux arm

* add missing endif

* use self-hosted for samples, add x86_64 constraint for jax

* check paths

* find gompby partial name

* skip failing tests on arm; correct gomp finding for ovc

* check tests

* add debian packages job; use job_ prefix for reusable workflows with jobs

* extract tf hub model tests

* extract tf model hub perf tests

* extract pytorch models tests

* do not use container on GHA runners

* extract onnx runtime

* add missing deps

* skip test for linux arm

* rm always()s

* fix quotes

* correct paths

* correct ifs, check dir for onnxruntime

* correct path for onnxruntime utils folder; install python3

* use self-hosted as input

* check for self-hosted runner via name, pass version

* skip cpu plugin unittest

* check cxx tests

* rm pr trigger
2023-12-07 23:44:45 +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_AddTypes.py [TF FE] Support different types: tf.i8, u8, i16, u16, i32, u32, i64, u64, f16, f32, bf16 (#21439) 2023-12-05 11:08:46 +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 [CI] [GHA] Extract test jobs into reusable workflows (#21395) 2023-12-07 23:44:45 +04:00
test_tf_Atan2.py [TF FE] Support Atan2 operation for TensorFlow models (#21076) 2023-12-06 21:57:07 +01: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 [Opset13][TF FE] Enable tensorflow bitwise operators (#20340) 2023-10-30 23:18:28 +00: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 [TF FE] Fix CTCLoss translator (#20775) 2023-10-31 08:51:18 +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_ComplexFFT.py [CI] [GHA] Introduce the Linux ARM64 workflow (#20809) 2023-12-05 12:14:02 +04: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] Fix body graph injection, CumSum and SparseFillEmptyRows (#20680) 2023-10-30 18:40:09 +04: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_Inv.py [TF FE]Support Inv operation for TensorFlow models (#20720) 2023-10-31 11:39:16 +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 the Linux ARM64 workflow (#20809) 2023-12-05 12:14:02 +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_MulNoNan.py support MulNoNan for TF (#21459) 2023-12-07 16:31:41 +00: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 [CI] [GHA] Remove full cloning of the OV repository in the Python unittests job in the Win and Mac workflows (#20810) 2023-11-01 22:20:22 +04:00
test_tf_NormalizeL2.py [CI] [GHA] Introduce the Linux ARM64 workflow (#20809) 2023-12-05 12:14:02 +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 [TF FE] Support object removal and Pad for complex type (#21498) 2023-12-06 20:03:43 +01: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_SwitchMerge.py [TF FE] Fix TF1 OD SSD PPN model conversion (#20994) 2023-11-10 11:44:28 +00:00
test_tf_TensorArrayOps.py [TF FE] Provide full support of TF1 Control flow and TensorArray* ops (#20270) 2023-10-23 22:50:26 +02: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 the Linux ARM64 workflow (#20809) 2023-12-05 12:14:02 +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 the Linux ARM64 workflow (#20809) 2023-12-05 12:14:02 +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 [Opset13][TF FE] Enable tensorflow bitwise operators (#20340) 2023-10-30 23:18:28 +00: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 [TF FE] Fix conversion of TF1 OD models out-of-the-box (#20916) 2023-11-07 17:44:09 +00: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