* Try to fix Windows Azure
* Try static MSVC runtime
* Fixed type
* cnpy
* Rename
* Set CMAKE_MSVC_RUNTIME_LIBRARY
* Fixed issues with oneDNN
* Removed IB
* Minimize a number of threads
* Increase image size to avoid test failures on some platforms
There is an assert 'length >= nlanes' and 'nlanes' value depends on machine architecture
Set 320x320 test image to guarantee that image size >= nlanes
Also increased image size for 'plugin shared tests' to ensure the same (even though tests do not work with legacy preprocessing)
* Descreased to 160x160
* Specify toolchain for samples
* Build samples and its tests even for static build
* Used 3.21 to enable CMAKE_TOOLCHAIN_FILE env var usage
* Fixed cmake download path
* Set CMAKE_TOOLCHAIN_FILE conditionally
* Fix
Co-authored-by: Michael Nosov <mikhail.nosov@intel.com>
* add 2nd batch paddle models in Convert_Model_From_Paddle.md
* narrow down supported paddle model from MobileNet-SSDLite to MobileNetv3-SSD in Convert_Model_From_Paddle.md
* Started to write transformation to fuse Interpolate sequence.
* Some changes.
* Written the transformation to fuse two Interpolate layers.
* Deleted commented code.
* Small fixes.
* Some fixes.
* Started to write tests.
* Small fix.
* Added more tests. Deleted commented code.
* Deleted redundant headers.
* Small fix.
* Fixes in the function can_be_fused(): the last statement was decomposed.
* Added operators == and != for op::v4::Interpolate::InterpolateAttrs.
* Added more checks for nullptr.
* Fixed codestyle.
* Added Interpolate registration.
* Small change.
* Implementation of operator== of InterpolateAttrs was moved into header file.
+ Bugfix for invalid removal of reorder in front of fsv32 conv
+ Remove unnecessary reorder of first conv of bfyx output format
Signed-off-by: Min, Byungil <byungil.min@intel.com>
* add supporting convert after subtract constant in concat_transformation
* add check for the existence of subtract constant
* add convert fold for subtract convert & add tests for subtract with convert
* Added samples smoke tests
Added implementation into azure pipeline
Update copyrights
Added python path
Update common part
modify windows.yml
* resolve conflicts
* New redesign of samples_smoke_tests including adding CMakeLists in order to install smoke tests on system, getting of smoke_tests_data archive
* fixed windows.yaml
* added checking path of samples
* changed path to INSTALL_DIR
* Fixed windows.yml file
* changed IE_APP_PATH
* Updated readme file for smoke tests
* Disable run tests on linux static build
* skipped test with related issue 71298
* change after review
Co-authored-by: Maxim Gordeev <maxim.gordeev@intel.com>
* Increase image size to avoid test failures on some platforms
There is an assert 'length >= nlanes' and 'nlanes' value depends on machine architecture
Set 320x320 test image to guarantee that image size >= nlanes
Also increased image size for 'plugin shared tests' to ensure the same (even though tests do not work with legacy preprocessing)
* Descreased to 160x160
* Migrate Sort (TopK-1)
* Add topk_mode_sort_order
* Skip topk_min_sort_none in Windows
* Add types to tests
* Skip topk_max_sort_none and topk_min_sort_none
* Modify names from 1d to 1dMaxMin and SetUp1 to SetUpSecond
* Add outIdx to run tests one by one
* Set default value 0 to outIdx
* Remove copy_data
* Support pads_begin & pads_end as dynamic ops in Pad
* Extend Pad template test w/ NonConst PB & PE cases
* Remove xfails for 69443 after issue was fixed