* [47750] Validate conditional compilation with models from OMZ
* [47750] Remove model
* [47750] Use generator expression
* [47750] Use f-strings
* [47750] Use resolve() instead of abs_path()
* [47750] Use cmd_exec() instead of subprocess.check_output()
* [47750] Use download_models fixture in test_cc_collect, test_verify
* [47750] Update prepare_models
* [47750] Update test_infer
* [47750] Add models
* [47750] Use custom logger
* [47750] Refactor prepare_models usage
* [47750] Rename model_struct to model
* [47750] Update help description
* [47750] Add function description for prepare_models, prepare_omz_model
* [47750] Move OMZ_NUM_ATTEMPTS to global scope
* [47750] Rename models to model
* [47750] Add "type" property in model
* [47750] Add default path for cache
* [47750] Remove conversion to str
* [47750] Rename prepare_models to prepared_models
* [47750] Remove redundant expand_env_vars call
* [47750] Use lower case "omz" in test_config; do not use default value
* [47750] Use only prepared_models in tests, without models in arguments
* [47750] Remove "framework" property in test_config
* [47750] Use omz_path and omz_cache_dir fixtures
* [47750] Make omz_cache_dir optional
* [47750] Remove validate_path_arg for omz_cache_dir
* [47750] Add validate_path_arg and log.warning for omz_cache_dir
* [47750] Add default value for omz_repo
* [47750] Use OMZ_MODELS_PATH environment variable
* [47750] Use tmpdir instead of OMZ_MODELS_PATH; use precision in test_id_list
* [47750] Update README.md
* [47750] Remove model_path variable
* [47750] Remove try/except for omz_path
* [47750] Rename omz_path to omz_repo
* [Frontend][Paddle]Handle Exception in Op Conversion.
* [Frontend][Paddle]revise comments
* [Frontend][Paddle]add tests for error handling
* [Frontend]fix typo
* [Frontend][Paddle]relax model version check to 2.0.0
* [Frontend][Paddle]fix typo
* updated FasterRCNN and SSD analysis patterns
* updated tf od api conditions
* updated ssd patterns
* added more ssd topologies
* move preprocessor to tf od api condition
* update TF OD API conditions
* refactoring
* specify data type
* Add visitor api test
* Review ngraph op shell with type_prop tests
* Add op to list of trusted operations
* Change name of struct with information of inputs
* Add include of array data structure to fix windowds compilation error
* Add template plugin test class
* Remove usage of CoordinateTransform index function call from reference implementation
* Rename SLT test suite
* Add template plugin unit test
* Add serialization SLTs
* Add indentation on GatherTreeParams class data members
if port > port_num, the behavior of res[port] is undefined.
Signed-off-by: fengyi.sun <fengyi.sun@intel.com>
Reviewed-by: Wu, Jiangming <jiangming.wu@intel.com>]
* [Python API] Move ngraph python api to the new destination
* fix building tests
* fix code-style checks
* building in azure
* fix building wheels
* apply fixes
* Preprocessing API - base classes
Includes API definition for trivial mean/scale operations (which don't require layout)
Mean/scale with 'layout' support will be done under separate task together
with Layout
Current test code coverage: 100%
* Rename 'pre_post_process' folder to 'preprocess', aligned with namespace
Fix 32-bit tests
* More cleanup
* Review comments
* Fix return valuese for lift_up_through func
* Update unit test
* Refactoring code according to code review
* Fix revers outputs
* Fix unit test
* Fix comment
* Add multioutput support
* Add unit test for cace with several output from ReverseChannel op
* Fix distinantion connect
* Hiding the problem, Validate() changes 'function'
* Template plugin tests
* Undo the changes that are not necessary
* Align code style
* Added \n at end of file
* Removing an unused implementation
* New version with Code Style checking
* Cleaning backend tests
* Reworked the tests the right way
* Removed visit_attributes()
* Removed visit_attributes() in source file
* Added NGRAPH_CHECK macros to evaluate()
* Removed zero_sized_not_equal mention from unit_test.manifest
* Added function name to the constants.py
* Revert "Added function name to the constants.py"
This reverts commit 5b7478056f.
* Return visit_attributes() for op::v1::NotEqual due to NotEqual being moved to another location