openvino/tests/layer_tests/tensorflow_tests
Roman Kazantsev 544b3f8191
[TF FE] Port TF FE changes from master for integration with OVTF (#12575)
* [TF FE] Handle optional attributes for Convolutional operations (#12230)

* [TF FE] Handle optional attributes for Convolutional operations

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Apply code-style rules

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* [TF FE] Implement LinSpace and BatchMatMul translators (#12271)

* [TF FE] Implement LinSpace and BatchMatMul translators

It helps to convert STN model (from e2e testing) using TensorFlow frontend

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Fix BatchMatMul translator

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Fix LinSpace operation translator

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Apply code-review feedback

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Apply code-style rules

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Apply code style rules

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* [TF FE] Fix conversion of NetVLAD model (#12328)

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* [TF FE] Implement translators for TensorFlow ConvBackpropInput operations (#12356)

* [TF FE] Implement ConvBackPropInput translators

Now the translators supports dynamic input_sizes attribute and different padding modes
including EXPLICIT mode

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Fix clang-style issue

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Fix code-style issue

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Fix code-style issue

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Apply code-review feedback and fix build issues

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Apply code-review feedback: check for input size

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Fix retrieving explicit_padding attribute

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Fix code style

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* [TF FE] Fix StridedSlice translator for new_axis vector size longer input rank (#12442)

* [TF FE] Fix StridedSlice translator for new_axis vector longer input rank

Currently, new_axis vector is cut by input rank that is correct and leads to the loss of new axes.

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Use int64 type in mask_to_vector function

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* [TF FE] Refactor translators for Conv2d and Conv3d (#12444)

It allows to convert CNN-Transformer model. Padding was previously incorrect.

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* [TF FE] Implement conversion for Attention OCR model (#12428)

* [TF FE] Implement conversion for Attention OCR model

The following scope of work is done to make Attention OCR convertable:
1. Refactored translators for BiasAdd, Slice, and ArgMax operations. Add translation for StopGradient operation.
2. The previous traversing algorithm to compute topological sorted nodes list was incorrect. Now it is implemented based on topologically_sorted function from core/graph_util.hpp.
3. The unsupported data types are now preliminary converted to undefined type for the purpose of to have them cut off.

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* [TF FE] Refactor MaxPool operation translator for xj_feature model (#12485)

* [TF FE] Refactor MaxPool operation translator for xj_feature model

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Correct MaxPoolV2 since it has three inputs

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-08-17 16:16:48 +04:00
..
conftest.py Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
test_tf_Add.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_BatchToSpace.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_BiasAdd.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_BinaryOps.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Bucketize.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Concat.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Eltwise.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Eye.py [Eye-9] Extend MO with Eye-9 op (#11555) 2022-06-02 11:29:55 +02:00
test_tf_FakeQuantize.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_GRUBlockCell.py [MO] Support for TF GRUBlockCell (#11732) 2022-05-27 11:47:42 +02:00
test_tf_Gather.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Identity.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_LogSoftmax.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Mul.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_NonMaxSupression.py [MO] Extend MO for NonMaximumSupression-9 (#11576) 2022-06-02 18:18:14 +02:00
test_tf_NormalizeL2.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_OneHot.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Pooling.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_RandomUniform.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_ReLU6.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Reduce.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Resample_pattern_new.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_ReverseV2.py [MO] update ROIAlign op to opset9 (#11623) 2022-06-22 10:58:15 +02:00
test_tf_Roll.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Rsqrt.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_ScatterND.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Select.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Softsign.py [MO] SoftSign operator extractors (#11726) 2022-05-25 11:44:26 +02:00
test_tf_SpaceToBatch.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Squeeze.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_StridedSlice.py [TF FE] Port TF FE changes from master for integration with OVTF (#12575) 2022-08-17 16:16:48 +04:00
test_tf_Sub.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_Swish.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_TopK.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
test_tf_UnaryOps.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00