* [GNA] Remove transposes around MatMul
* Added tests for transformation HandleTransposesAroundMatMul
* Move IsTransposeSupported function to GNA limitations file
* Correct transpose insertion tests
* 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
Co-authored-by: Elizaveta Lobanova <elizaveta.lobanova@intel.com>
* Add clang-format config files for IE and include files
* Fixed IE core clang-format
* Added clang-format for plugin API
* Fixed style for plugin API
* Fixed code style
* Fixed build
* Added proposed values
* Fixed code style
* Updated config
* Fixed # for define
* Fixed comment and build
* Removed clang-config for include, fixed include for library headers
* Set column limit to 120 and space before CtorInitializedColon=true
* Fixed headers
* Added support of FOREACH_CHILD
* Fixed parameter print style
* Fixed code style
* Fixed target name
* Restore comments style for public API
* Fixed plugin API
* Applied code style
* Fixed CI
* MO: Support of discovering of suitable MOC frontend if --framework is not specified
* Ready for review
* Fix: don't use FrontEndManager if framework is not in list of available frontends
* Apply review comments
* add tests for logical or op
* remove redundant overrides
* add inputs/outputs tensor check
* create type_prop typed test for logical ops
* add new line in logical_or.cpp file
* refactor logical_and type_prop test
* update test labels
* beautify or.hpp file
* fix formatting to match clang-format
* beautifyfunctional test files
* move validate_and_infer_elementwise_logical() implementation to validate_and_infer_types()
* refactor logial or functional test to
* refactor logial aA functional test t
* update constants file
* add file to instantiate TEST_P and avoid test execution duplication
* add missing empty lies at the end of files
* remove unused variable
* Fixes in the transformation ExpandRangeConstant.
* Fixed test.
* Now we use use ShapeOf for both inputs of Broadcast.
* Now the transformation ExpandRangeConstant uses two Gather layers.
* Deletec commented code.
* Fixed tests for the transformation ExpandRangeConstant.
* Rewritten the transformation ExpandRangeConstant using Select.
* update markdown file for logical or operator
* update information on broadcasting in logical operators spec
* change *T* to *T_BOOL*
* add information about input shape
* remove divergence between logical_or and logical_and specs
* add itt_collector build
* changed format for itt_collector build
* replace build_dir with sea_itt_lib_path
* change type of build_target
* replace os.join with Path
* change built_target arg type
* Enable low precision types for ConvertLike operation
* Migrate backend unit test suite to template plugin reference tests
* Fix typo in naming convention
* Avoid duplication of template plugin tests execution
* Add file to instantiate TEST_P and avoid test execution duplication
* revise tan op
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* update doc
add examples in desciption
add the unit of measure
clear input type
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* add template plugin test case for int type
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* add template plugin test case for uint and float
remove the float test in backend
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* modify document
change type to any supported numeric type
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* fix compile error in openvino-lin
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* Add input image scale flag in benchmark app.
- user set input image scale with -iscale.
input is divided by scale.
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Apply image scale, mean parameter in benchmark APP
Means and sacles values per channel
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Fix clang-format
Signed-off-by: hyunback <hyunback.kim@intel.com>
* fix clang-format issue2.
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Update benchmark tool to align the format of mean and sacle values with MO arguments.
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Remove debug print.
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Refactor NopElimination; Execute NopEliminatoin inside MOC Backend
* Add missing header
* Refactor tests; use weak_ptr to avoid excess consumers for node
* Add test to check number of shared_ptr usages for graph nodes during Manager execution
* Remove AlgebraicSimplification forewer
* [clDNN] Handle negative axis in concat op
That enables following models for onnx importer path:
yolact-resnet50-fpn-pytorch
yolact-resnet101-fpn-pytorch
yolact-darknet53-fpn-pytorch
swin-tiny-patch4-window7-224
action-recognition-mkinetics-res34-mhsa
driver-action-recognition-adas-0002-decoder
horizontal-text-detection-0001
* Add tests for negative axis in Concat op