* [GNA] Fixed search of the next layer for FQ
* [GNA] Fixed calculation of input scale factor for POT-quantized model in the case if the first layer after input is activation
* [GNA] Use stride instead of window for pooling (#5946)
* Use pool stride instead of window size where applicable
* Add test for pooling stride not equal to wnd
* Add more tests and cleanup
* Fix SW_FP32 legacy cnn
* [WIP] Refactor CNN1D
* Remove unused (commented out) code
* Add tests
* Gna split align convert to conv filter (#6347)
* Make unaligned split based on Conv instead of Affine
* Dump Gna2Tensor.Data pointer for debugging
* Apply suggestions from code review
* Reuse conv helpers
* Cleanup CNN fields
* Disable weights reducer on ConvolutionFilter
# Conflicts:
# inference-engine/src/gna_plugin/backend/am_intel_dnn.cpp
# inference-engine/src/gna_plugin/optimizer/gna_pass_manager.cpp
Co-authored-by: Krzysztof Bruniecki <krzysztof.bruniecki@intel.com>
* [GNA] Remove transposes around MatMul
* Added tests for transformation HandleTransposesAroundMatMul
* Move IsTransposeSupported function to GNA limitations file
* added TransposeAfterMatmul tests and moved InsertTransposeBeforeMatmul tests to handle_transposes_around_matmul.cpp
* added inifitiry loop checker and memory concat test
* fixed build errors
* changed the conditions for selecting an input of Concat for ScaleFactor calculation when entering an infinite loop
* fixed after review
* s/INSTANTIATE_TEST_SUITE_P/INSTANTIATE_TEST_CASE_P
* .ignore
Co-authored-by: Elizaveta Lobanova <elizaveta.lobanova@intel.com>
* Release GIL in load_network
* release gil in infer, wait and get_idle_request_id
* release gil in read_network and IECore.__cinit__
* release GIL in properties
* Release GIL in infer_async
* Add test
* Fix test
* Fix test
Co-authored-by: Polina <polina.brzezinskaya@intel.com>
This PR adds support for Person-reidentification-retail model on VPU device by adding support for {2} axis in MVN layer
* fixed crash related with loading model with fq and sigmoid
* renamed multiple_input.* to multiple_input_fq.*; removed two unnecessary FQ layers from smoke_fq_fusion_with_sigmoid test; moved FQ params to test params
* s/INSTANTIATE_TEST_CASE_P/INSTANTIATE_TEST_SUITE_P/
* Develop installation rules for time and stress tests (#6649)
* Prepare `install` rule for time_tests
* Prepare `install` rule for stress tests
* Update path to `gflags`
* Edits to MO
Per findings spreadsheet
* macOS changes
per issue spreadsheet
* Fixes from review spreadsheet
Mostly IE_DG fixes
* Consistency changes
* Make doc fixes from last round of review
* Add GSG build-all details
* Fix links to samples and demos pages
* Make MO_DG v2 changes
* Add image view step to classify demo
* Put MO dependency with others
* Edit docs per issues spreadsheet
* Add file to pytorch_specific
* More fixes per spreadsheet
* Prototype sample page
* Add build section
* Update README.md
* Batch download/convert by default
* Add detail to How It Works
* Minor change
* Temporary restored topics
* corrected layout
* Resized
* Added white background into the picture
* fixed link to omz_tools_downloader
* fixed title in the layout
Co-authored-by: baychub <cbay@yahoo.com>
Co-authored-by: baychub <31420038+baychub@users.noreply.github.com>