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
* [GNA] Fix scale factors propogation for Eltwise with very different inputs ranges
* [GNA] Added test
* [GNA] Added exception for scale factor <= 0
* [GNA] Disable tests with integer weights
* [GNA] Added assert for CNNLayer in getScaleFactor()
* [GNA] Added check if scale factor is inf
* [GNA] Fixed legacy tests
* Refactored code, updated comments and documentation related to TF OD API models pre-processing.
* Improved MO messages related to pre-processor block removal during conversion of the TD OD API models. Remove mean/scale if padding is used and mean/scale is applied before resize
* Updated TF OD API transformation and documentation for SSD models
* Updated comments and documentation for the ObjectDetectionAPIMaskRCNNSigmoidReplacement transformation
* Updated comments and documentation for the ObjectDetectionAPIMaskRCNNROIPoolingSecondReplacement transformation
* Updated comments and documentation for the ObjectDetectionAPIPSROIPoolingReplacement transformation
* Updated comments and documentation for the ObjectDetectionAPIProposalReplacement transformation
* Updated comments and documentation for the ObjectDetectionAPIDetectionOutputReplacement transformation
* Minor code style fixes
* Fixed unit tests for ObjectDetectionAPIPreprocessor2Replacement transformation
* Improved unit test for pipeline.config parser. Fixed very long bug with incorrect test data for the PipelineConfig parser class
* Code style fixes
* Get rid of "coordinates_swap_method" parameter in the JSON configuration file for TF OD API models
* Code style fixes and minor refactoring
* Simplied code related to swapping Proposal coordinates
* Removed incorrectly removed code
* Fixed code review comments about the code comments
* move all utils to common folder
* add utils install in CMakeLists.txt
* revert plugin utils
* add log info: test
* add logging info: test
* test imports
* change imports: test
* fix file name
* CVS-56144 Enable all OMZ scope
* [CVS-55368] Change nets version to v10
* [CVS-55386] Fix some coments
* [CVS-55386] Added float param to LSTM net
* Updated nets
* [CVS-55386] Change to ngraph way
* Moved operations M-P to ov namespace
* Fixed code style
* Fixed build
* Fixed comments
* Moved operations R-Z to ov namespace
* Fixed build
* Fixed comments
Co-authored-by: y <ilya.lavrenov@intel.com>
* [FrontEnd][PaddlePaddle] fix fill_constant_batch_size_like when attribute str_value be empty.
This happens when export ppyolo with PaddleDetection release/2.2.
* code refactor.
* remove uncertain comments
* Propose new Slice-8 operation
(cherry picked from commit a44ed32a6f)
* Align category
* Update detailed descripiton
* Update Inputs/Outputs description
* Add no attributes info
* Precise range of axis values
* Update descriptions
* More details about negative steps and slicing backwards
* Add more details
* Add examples
* Change step input to Required
* Apply spell check comments
* Add missing commas
* Add separate T_AXIS type for axis input
* Make example data 2D
* Remove duplicated example
* Apply review suggestions
Co-authored-by: Michal Karzynski <michal.karzynski@intel.com>
* Moved ngraph::Node to ov namespace
* Fixed code style
* Fixed VPU
* Fixed GNA
* Fixed tests
* Added aliases for backward compatibility
* Fix clDNN
* Try to fix build
* Fixed comment
* Renamed RTTI macros
* Moved op utils to ov namespace
* Fixed ngraph library build
* Fixed unit-tests
* Changed src folder
* Fixed recurrent_sequence
* Changed low latency
* Fixed serialize
* Fixed ieFuncTests
* Try to fix windows
* Remove custom operator<< from tests
* Fixed build
* Moved operations from A to ov namespace
* Moved operations from B and C to ov namespace
* Moved operations D-F to ov namespace
* Update ngraph/core/src/op/embeddingbag_offsets_sum.cpp
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
* Update ngraph/core/src/op/embeddingbag_packedsum.cpp
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
* Fixed RTTI
* Moved operations G-L to ov namespace
* Fixed RTTI
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
* Moved ngraph::Node to ov namespace
* Fixed code style
* Fixed VPU
* Fixed GNA
* Fixed tests
* Added aliases for backward compatibility
* Fix clDNN
* Try to fix build
* Fixed comment
* Renamed RTTI macros
* Moved op utils to ov namespace
* Fixed ngraph library build
* Fixed unit-tests
* Changed src folder
* Fixed recurrent_sequence
* Changed low latency
* Fixed serialize
* Fixed ieFuncTests
* Try to fix windows
* Remove custom operator<< from tests
* Fixed build
* Moved operations from A to ov namespace
* Moved operations from B and C to ov namespace
* Moved operations D-F to ov namespace
* Update ngraph/core/src/op/embeddingbag_offsets_sum.cpp
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
* Update ngraph/core/src/op/embeddingbag_packedsum.cpp
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
* Adds perf counters, and scale factor args
* Adding defined choices for arch type for -a/--arch option
* changing print to logger, frequencies are now global consts
* change to log info formatting
* Fix style issues
* doc: Update inference-engine/ie_bridges/python/sample/speech_sample/README.md
* doc: Update inference-engine/ie_bridges/python/sample/speech_sample/README.md
* doc: Update inference-engine/ie_bridges/python/sample/speech_sample/arg_parser.py
* doc: Update inference-engine/ie_bridges/python/sample/speech_sample/arg_parser.py
Co-authored-by: Koyanagi, Ken <ken.koyanagi@intel.com>
Co-authored-by: Kate Generalova <kate.generalova@intel.com>
* Enable `-oname` for a imported model
* Refactor `get_output_layer_list` func
* refactor: Update inference-engine/ie_bridges/python/sample/speech_sample/speech_sample.py
Co-authored-by: Kate Generalova <kate.generalova@intel.com>