* Change logic for using multiple models in cc tests
* removed extra key
* moved multiple infer to main function
* moved multiple infer to main function
* change test_config.yml and work with this file
* change test_config.yml and work with this file
* removed extra key
* changed separator symbol
* removed extra param from output
* Rollback comments in test_config.yml
* removed extra key in yml config file, change logic to save .npz for all model seperate instead of common npz file, change logic in parser arg
* removed extra key in yml config file, change logic to save .npz for all model seperate instead of common npz file, change logic in parser arg
* changed save path for infer result, deleted extra param
* updated test_config.yml
* rollback old way to get bin_path
* changed work with save path for inference result
* add empty line in the end for config file
* rollback line order
* removed extra param allow_pickle=True in loading .npz file
* removed mkdir in run_infer
* uncomment resnet model
* added empty line
* changed save folder for cc result
* Add minor speedup changes.
* inline clip
* reduce clip calls
* more Interval::size - move to header
* terminate instead of throwing exception
* back to throw exception when element type was not found
* rename variable
* 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
* [MO] Add support to moc_frontend of ":" as delimiter for --input
Additions:
Changed default logic for 'Place::get_in(out)put_port' to return nullptr
Changed default logic for 'InputModel::get_place_by_tensor(operation)_name' to return nullptr
* Corrected comments in code
* Missing empty line
* Clang format fixes
* Fix review comments
* Updated test to verify review comments fixes
* Update unit tests after rebase
* Apply review comments
* Rename "pdpd" frontend to "paddle"
Also renamed mo_pdpd.py+main_pdpd.py to mo_paddle.py+main_paddle.py
Class names were not renamed
* Update package_BOM.txt
Win+Lin: add "clean build dir" step to ensure generated test models are taken from install
Windows fix: execute "pip show" on same drive where python is installed
Windows: execute tests with FE_TEST_MODELS env variable
* Revise spec
* Comparison backend test POC
* Split Comparison ops tests into separate files
* remove comparison.cpp, remove unused imports, replace for_each with range based for
* remove unnecessary ngraph:: prefixes
* Fix links in spec
* Add Less to trusted ops list
* Add missing ','
* Use builder in backend tests
* Remove old backend tests for less, equal
* Added Windows OS support to MemCheckTests
* Move system headers to cpp file
* Moved includes for windows to cpp file. Was rewrited function to get memory info
* Was rewrite functions for getting information about memory
* Moved implementation run_in_process to cpp file
* Fixed implementation of run_in_process
Use default linker for sanitizer builds
Compiler out of memory tracking variables in GPU tests.
This trigger recompilation without tracking. Disabling
tracking globally as not required option.
UBSan build is failing on maybe uninitialized variable.
Temporarily disable the check.
* add binary_elementwise file
* change binary_elementwise.hpp to binary_ops.hpp
* migrate mod operation test o typed template test
* add tests for remaining binary ops
* remove comment
* fix formatting to match clang-format
* add RVO-exploit string concatenating andbeautify the code
* add validation for attributes number
* add missing visit_attributes() calls
* add missing 4th param to NGRAPH_RTTI_DEFINITION calls
* fix formatting to match clang-format
* Install generated PDPD test models as 'test' component
Needed when test package is installed on another machine which don't have generated models
To search installed models, 'FE_TEST_MODELS' env variable is introduced
* Clang fixes
* Fix PDPD_Places test from latest master