* Add env to nGraph step
* Update windows_conditional_compilation.yml
* Add PYTHONPATH to nGraph step
* Revert all changes related with setupPython 3.10 for Linux_debian
Temporary disable on time investigate
* [WIP]: poc: integrate pt fe to mo.convert_model
* temporaly resolve names using signature inspection
* fix logic
* move to moc frontend
* add rank and data type setting
* add input signature
* apply comments
* move after convert processing
* support work without example_input, provide parameters description
* ignore extensions on fe side
* upd tests
* more tests
* add notes about extensions support and removing onnx path
* remove debug prints
* refactoring
* update BOM
* optimize shape infer of matmul
* remove some redundant check
* fix some comments
* fix some comments
* Update src/plugins/intel_cpu/src/nodes/matmul.cpp
fix an implicit bug
Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>
* Update src/plugins/intel_cpu/src/nodes/matmul.cpp
optimize by using OV RTTI instead of dynamic_pointer_cast
Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>
---------
Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>
* Az pipeline
* Debug comment
* Update linux.yml
* Update linux.yml
* Add $Library
* Other version
* Update linux.yml
* Remove ld_library
* Update linux.yml
* Add neccesary variables and export LD_LIBRARY in sub task
* Fix problem windows_cc
Allow to download Python from GH Python registry
* Update linux.yml
Remove needless env and add export variable before scripts
* Correct syntax
* Debug: Use Ubuntu22.04 public image for MS hosted agent
Removed variables LD_LIBRARY_PATH and OV_PYTHON_VERSION
* Debug: Use Ubuntu22.04 public image for MS hosted agent
Removed variables LD_LIBRARY_PATH and OV_PYTHON_VERSION
* Update VM image
* Update linux.yml
Fast check if changing VM will help
* Correct wrong syntax in pool section
* update pool for lin_arm64 and linux_cc
* Revert changes with public VM
* Revert VM public in onnxruntime.yml
* Update windows_conditional_compilation.yml
* Update Python setup steps on Windows_CC
* Revert all changes related to win_cc
* Add dynamism for BatchToSpace conversion
* Extend dynamism for BatchToSpace conversion
Only block input needs to be const 'cse axes_order_const is freaky
* Enhace dynamism for BatchToSpace conversion
Block input need not be const now.
* Add dynamism for STB by elements conversion
* Remove const need for crops for BTS by_elements
* temp for review
* Try to fix output tensor overwrite
* Make test to reproduce invalid shape inference
* Reproduce the error with template plugin
* Fix code style
* Fix 0D inputs issue
* Remove 0D shape parts before Concat
* Apply nested namespaces
* Enable non-constant STB Block input
* Fix BTS runtime info
* Fix STB by elems runtime info
* Add dynamism for STB conversion
* Add BTS dynamic data test
* Add STB dynamic data test
* Reduce STB concats
* Add tests naming
* Edit
* style
* Consider other block element types
* Enhance type test
* Use opset10 only
* Check block shape
* [TF FE] Fix FusedBatchNormV3 in case of mean and variance empty tensors
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Add to nightly
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* benchmark_app: factor out advanced options
* cpp/benchmark_app: add usage word
* move api to advanced, group b/shape/data_shape/layout into Input shapes, factor out Statistics dumping options
* Factor out Device-specific performance options
* Factor out Preprocessing options
* Minor regroup
* Check number of inputs, use rank function
* Change min inputs in flatten
* Fix code style
* Fix aten::tensor and aten::_convolution number of inputs
* Refactor NodeCOntext a little
* Fix codestyle
* [C++/BENCHMARK_APP] Introduce Numpy array loading for C++ benchmark app
* [DOCS/BENCHMARK_APP] Update docs to reflect changes, update list of available extensions from OpenCV, align help messages
* Update inputs_filling.cpp
* Update tools/benchmark_tool/openvino/tools/benchmark/utils/inputs_filling.py
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
* Update samples/cpp/benchmark_app/inputs_filling.cpp
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
* [C++/Python] Implement quality-of-life improvements from PR comments
* [C++] Fix compilation errors, fix linter output
* [C++/PYTHON] Apply requested changes
* Update samples/cpp/benchmark_app/main.cpp
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
* Update samples/cpp/benchmark_app/utils.cpp
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
* [PYTHON] Separate loading of numpy arrays similar to images
* [PYTHON] Remove unnecessary 'Prepare xxx file' print
* Update README again because IF OPENCV.. dissapeared for some reason
* Update second README with missing IF OPENCV..
* [C++] Remove unnecessary vector print function
* [C++ Add Numpy processing function - TODO link it to the tensor filling
* Reverse OneDnn plugin modification
* [C++] Numpy array loading for C++
* [C++] Add (almost) all missing types of data
* Reverse submodule modifications
* [C++/PYTHON] Fix compilation errors, clean code
* [C++] Modify supported extensions, add numpy checking to utils, add numpy to get_image_info method
* Update samples/cpp/benchmark_app/inputs_filling.cpp
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
* [C++] Fix utils header file to reflect unordered set change
* [PYTHON/C++] Fix compilation errors in C++ code, fix Python dynamic shapes numpy loading
* [C++] Fix explicit instantiation of NumpyArray reader
* [C++] Clang format, minor syntax fixes
* [PYTHON/C++] Remove unnecessary data types, introduce a new approach to cast data of different types from format_rt_reader, remove uppercase types from Python precision parameters
* [PYTHON] Update README to reflect new precision settings
* [PYTHON] Fix README, fix clang format
* [C++] Clean headers
* [C++] Fix uninitialized variable error
* [C++/PYTHON] Fixed choices in Python benchmark, fixed types in C++ benchmark
* [C++] Fixed ov::float16conversion, fixed Python types map - removed redundancies
* [C++] Add back boolean support
* [C++] Fix compilation errors
---------
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
* update test cases for windows cpu mapping parser
* fix code style issue
* fix code style issue
* fix code style issue
* update test data for Linux parser to align with Windows test case
* ufix code style issue
* update test data for Android build
* update linux CPU map parser fix
* fix code style issue
* fix test data issue
* fix size_t warning
* fix size_t warning