* Do not run transformations for TF 2.X OD API models recursively (needed for models with Loop operation)
* Added anchor front transformation to group all TF OD API transformations. Added new necessary dependencies from KerasRNN transformations related to While support
* Added JSON configuration files for TF 2.4 OD API SSD and EfficientDet models
* Updated documentation with table of supported TF 2.x OD API models
* Improved visualization of the dependency graph
* Updated version of the pre-processing transformation for TF 2.4 OD API models
* Fixes in the TF 2.x OD API models conversion
* Fixed order of applying mean/scale values for TF 2.X OD API pre-processing
* Updates to the documentation
* Fixes for the preprocessor block transformation for the TF OD API models
* Added code comments
* Fixed bom file
* Unit tests for the TF 2.4 OD API ObjectDetectionAPIPreprocessor2Replacement transformation
* Code cleanup
* Updates to the documentation on how to convert TF OD API models and graph dumper
* Added assert to make sure that operations in the `get_specific_ops_with_const_inputs` has exactly 2 inputs
* Added PreprocessConversionTest tests
* Disabled tests on GPU: CVS-51764
* Disabled some tests on VPU and TEMPLATE
* Support for input layout conversions in TEMPLATE plugin
* [IE TESTS] Lock report file (between processes and threads)
* Fix condition
* t
* Fix CI
* Fix ci
* win
* Fix win
* Fix reading logic
* Fix rights
* d
* Fixes
* d
* ddd
* s
* dd
* Allow to write reports by unique name
* tp
* fix ci
* remove extra lines
* Written the header file for the nGraph operation DFT.
* Small change.
* Started to write the implementation of the nGraph shell of the operation DFT.
* Started to write void op::v7::DFT::validate_and_infer_types().
* Small fixes.
* Code style fixes.
* Written the draft of the shape infer for the nGraph operation DFT.
* Small fixes.
* Code style fixes.
* Added DFT into opset7 table.
* Some additions.
* Small fixes.
* Code style fix.
* Some fixes.
* Some fix.
* Small fixes.
* Started to write shape infer tests for the nGraph operation DFT.
* Written shape infer tests for the nGraph operation DFT.
* Some code style fixes.
* Small fix.
* Code style fixes.
* Code style fixes.
* Deleted unused variables.
* Added support for negative axes.
* Started to write IE IR Reader tests for the nGraph operation DFT.
* Small fix.
* Added the second IE IR Reader test for the nGraph operation DFT.
* Small fix.
* Added the third IE IR Reader test for the nGraph operation DFT.
* Corrected Doxygen comment.
* Started to rewrite DFT type_prop tests as parametrized tests.
* Small fixes.
* Some additions.
* Small fix.
* Small fix.
* Some tests were written as parametrized tests. Some code style fixes.
* Code style fixes.
* Continued to rewrite tests for DFT as parametrized ones.
* Some deletions.
* Some additions.
* Deleted redundant tests.
* Started to rewrite some tests.
* Some changes.
* Deleted commented code.
* Started to convert tests for the case non-constant axes into parametrized tests.
* Rewritten tests for the case non-constant axes as parametrized tests.
* Started to convert tests for the case non-constant signal_size into parametrized tests.
* Rewritten tests for the case non-constant signal size as parametrized tests.
* Added checks for number of inputs.
* Small fixes.
* Small fixes.
* Refactored shape infer and corrected tests.
* Some refactoring.
* Now the function validate() is protected.
* Small refactoring.
* Fixed typo.
* Added some comments.
* Fixes in infer function.
* Added test.
* Fixed test.
* Written the header file for the nGraph operation IDFT.
* Written an implementation of the nGraph shell of the operation IDFT.
* Added IDFT into opset7.
* Some additions.
* Written shape infer tests for the nGraph operation IDFT.
* Added support for negative axes.
* Written IE IR Reader tests for the nGraph operation IDFT.
* Code style fixes.
* Small fix.
* Fixed Doxygen comment.
* IDFT type_prop tests were rewritten as parametrized tests.
* Added checks for number of inputs.
* Deleted unsupported types for 'axes' input.
* Checks for inputs were moved into the separate function.
* Some fixes.
* Some fixes in tests.
* Some fixes in tests.
* Some refactoring.
* Some fixes.
* Some fixes in shape infer function.
* Fixes in shape infer and corresponding tests.
* Small fix.
* Enabling cache support for Myriad plugin
Remaining issues:
1) 49309 - support DEVICE_ARCHITECTURE
2) Fix 51472 for import/export issue with batch size > 1
* Added 'options' to DeviceArchitecture and more clarifications
* initial split of on_adapter function in order to check if all checks will pass
* remove blank line and change if statements for on_apdapter for void type
* add type checking instead of name checking
* add bracket two if/else if statements and move helper functions to private
* fix style
* revert removing ngarph check for empty pramas and result
* move map_type_from_body method to private, add const& function arguments