openvino/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
..
conditional_compilation Update paths to OMZ tools (#8072) 2021-10-20 14:39:28 +03:00
fuzz Use ninja multi-config (#8757) 2021-11-27 14:58:24 +03:00
layer_tests Correct ReverseV2ToReverseSequence transformation (#8120) 2021-11-29 15:29:00 +03:00
lib Openvino cmake config (#7419) 2021-09-10 15:31:27 +03:00
lsan Exclude 3rd party python packages from lsan (#7489) 2021-09-14 17:48:23 +03:00
memory_tests Use ninja multi-config (#8757) 2021-11-27 14:58:24 +03:00
samples_tests Added samples smoke tests (#1102) 2021-11-23 17:09:11 +03:00
stress_tests [GPU] Fixed typo in cache.json (#8756) 2021-11-27 15:06:54 +03:00
time_tests add performance hint to time infer (#8480) 2021-11-10 16:07:08 +03:00
utils [Memory tests] Add timeout to proc_exec (#7942) 2021-10-13 14:25:44 +03:00