* Update benchmark_app to pass precision via command line
* Update vpu_perfcheck
* Update python benchmark_app to support setting precision from cmd
* Review comments
* Address more review comments
* Fixes after rebase
* [MO] Split iteration node for TensorIterator in case multiple consumers
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Implement additional BackEdgeTensorIterator and NonConstBeginStridedSlice transformations
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Finalize implementation of DIEN support by the MO tool
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Add unit test for NonConstBeginStridedSliceReplacement transformation
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix retrieving shrink_axis_mask attribute value
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Address the majority of review feedback
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* 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.