openvino/tests/layer_tests/tensorflow_tests
Svetlana Dolinina 980ad59ac4
Correct ReverseV2ToReverseSequence transformation (#8120)
* add subgraph instead of constant with fixed shape to allow model have undefined batch

* updated transformation (not checked yet)

* changed ReverseV2ToReverseSequence to support dynamic shapes/reshape;
added transformation to reverse_tensor_iterator to support new subgraph got from ReverseV2ToReverseSequence

* remove changes that should not be on this branch

* added tests;
fixed old transformation

* added delete of reversesequences to avoid run of transformation twice

* fixed pattern check for case with dynamic value for input of reversesequence

* Revert "fixed pattern check for case with dynamic value for input of reversesequence"

This reverts commit 0c04164e

* Revert "added delete of reversesequences to avoid run of transformation twice"

This reverts commit fcb7de9c

* reversed changes in reverse_tensorr_iterator for Squeeze case;
update reverse_tensor_iterator with shapeof subgraph
added permutations for attributes to pass layer test

* minor fix for dynamic shape

* updated test;
fixed backward compatibility in reverse_tensor_iterator transformation

* revew comments fixed:
added comments;
refactoring done;
fixed framework name saving for rank = 1

* minor review fixes

* small fix
2021-11-29 15:29:00 +03:00
..
conftest.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Add.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_BatchToSpace.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_BiasAdd.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_BinaryOps.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Bucketize.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Concat.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Eltwise.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_FakeQuantize.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Gather.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Identity.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_LogSoftmax.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Mul.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_NormalizeL2.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_OneHot.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Pooling.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_RandomUniform.py Dragan: random uniform fix (#8716) 2021-11-26 11:45:05 +03:00
test_tf_ReLU6.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Reduce.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Resample_pattern_new.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_ReverseV2.py Correct ReverseV2ToReverseSequence transformation (#8120) 2021-11-29 15:29:00 +03:00
test_tf_Roll.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Rsqrt.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Select.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_SpaceToBatch.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Squeeze.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_StridedSlice.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Sub.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_Swish.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_TopK.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00
test_tf_UnaryOps.py [TF FE] Implement and refactor tensorflow layer tests (#8051) 2021-11-12 11:03:45 +03:00