- 11 Jan, 2021 3 commits
-
-
Yury Gaydaychuk authored
-
Bartek Szmelczynski authored
* Add file containing base tempalte funtions for all unary operators and add example with acos * fix style-check * add file for tests for all unary operators * fix style * rename unary_base.cpp to unary_ops.cpp * Update test CMakeList * fix typo * style-apply * Remove code blocks and add test for dynamic rank input
-
Bartosz Lesniewski authored
* remove deformableconvolution op from layer creator * remove deformablepsroipooling op from layer creator * remove maxpool op from layer creator * remove nonmaxsuppresion from layer creator * remove groupconvolutionbackpropdata op from layer creator * remove groupconvolution op from layer creator * fix code style
-
- 10 Jan, 2021 3 commits
-
-
Roman Kazantsev authored
* [MO] Implement support of TensorFlow 2 Keras Embedding operation in MO Signed-off-by:
Roman Kazantsev <roman.kazantsev@intel.com> * Update another requirements files Signed-off-by:
Roman Kazantsev <roman.kazantsev@intel.com>
-
Evgenya Stepyreva authored
* [ nG ] opset1::Reshape output shape inference refactoring * SET_INPUT_IS_RELEVANT_TO_SHAPE * small refactoring * brought legacy check back * style * Integizer * stylee * Apply suggestions from code review * merge master
-
Ilya Lavrenov authored
-
- 08 Jan, 2021 1 commit
-
-
Mateusz Bencer authored
-
- 07 Jan, 2021 2 commits
-
-
Mateusz Tabaka authored
-
Mateusz Tabaka authored
-
- 31 Dec, 2020 2 commits
-
-
Vladislav Vinogradov authored
Otherwise CMake produces the following warning: ``` CMake Warning (dev) at /usr/local/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message): The package name passed to `find_package_handle_standard_args` (Wget) does not match the name of the calling package (IEDevScripts). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): /usr/local/share/cmake-3.19/Modules/FindWget.cmake:26 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) cmake/developer_package/download/download_and_check.cmake:5 (include) cmake/developer_package/download/download_and_extract.cmake:6 (include) cmake/developer_package/download/download.cmake:25 (include) cmake/developer_package/download/dependency_solver.cmake:5 (include) cmake/developer_package/IEDevScriptsConfig.cmake:208 (include) CMakeLists.txt:12 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. ```
-
Vitaliy Urusovskij authored
-
- 30 Dec, 2020 3 commits
-
-
Anastasia Popova authored
* Fixed regression after mapping bug fix * Unit test for atribute absence.
-
Vitaliy Urusovskij authored
-
Polina Brzezinskaya authored
* fix sorting ref for myriadTestsTopK_smoke on macOS and chenged dynamic_pointer_cast to ngraph::is_type at dynamic_to_static_shape_squeeze.cpp * disable accuracy/myriadLayersTestsExpGenerateProposals_smoke.ExpGenerateProposals tests for macOS
-
- 29 Dec, 2020 3 commits
-
-
Maxim Shevtsov authored
* Adding MYRIAD_THROUGHPUT_STREAMS to the list of plugin's supported config vals (omitted incorrectly) and enabing streams for the myriad devices in the benchmark_app * docs update and python benchmark_app
-
Anton Romanov authored
-
Vladislav Golubev authored
-
- 28 Dec, 2020 7 commits
-
-
Anastasia Popova authored
* Fixed mapping of input name * Fixed unit tests * Fixed mapping of input name * Fixed unit tests * attributes check fix * PEP8 code format * code duplicate removal * variable rename
-
Gorokhov Dmitriy authored
* [CPU] Fixed Divide operation support for I32 precision
-
Anton Pankratv authored
-
Ilya Churaev authored
-
Alexandra Sidorova authored
-
Vladislav Golubev authored
* [LPT] ieFuncTests unification * [LPT] plugin tests unification * [LPT] added removeStandaloneCleanup && removeTransforamtions refactoring
-
Rafal Blaczkowski authored
* Enlarge timeouts for OpenVino ONNX CI * Enlarge a lot timeouts * Update processing script
-
- 27 Dec, 2020 2 commits
-
-
Yegor Kruglov authored
* added try/except to tf_tensor_content * code refactoring * added unittest * update test
-
Ilya Lavrenov authored
* Cleanup * Added CMAKE_MODULE_LINKER_FLAGS for onecoreuap toolchain * Fixed ENABLE_FASTER_BUILD mode on Android * Cosmetic fix * Fixed fuzzing * Enabled fuzzing
-
- 25 Dec, 2020 9 commits
-
-
Ilya Churaev authored
-
Dmitry Budnikov authored
* fluid update WW52 2020 OCV 4.5.1 - attempt#2 * fluid update WW52 2020 OCV 4.5.1 - attempt#3 with build fixes * fluid update WW52 2020 OCV 4.5.1 - attempt#3
-
Evgeny Lazarev authored
Set fixed version of the urllib3 package in the requirements because of the security issue in urllib3==1.25.8 (#3740) * Set fixed version of the urllib3 package in the requirements because of the security issue in 1.25.8 * Set lower bound version of the urllib3 package in the requirements because of the security issue in 1.25.8
-
Alexander Perepelkin authored
-
Ilya Churaev authored
* Added CC macros to validate, clone and visit * Fixed names * Fixed code style * Add exceptions * Revert "Add exceptions" This reverts commit 0489ba376f762f1f79b374d79ff63b561662a2c9. * Update ngraph macros, throw an exception if code is disable for nGraph op * Fixed code style * Simplified NGRAPH_OP_SCOPE * Changed TYPE_CASE macros * Fixed compilation * Fixed code style * Fixed build
-
Roman Kazantsev authored
* [MO] Implement transformation to avoid RandomUniform in a particular drop-out block Signed-off-by:
Roman Kazantsev <roman.kazantsev@intel.com> * Remove old RandomUniform transformation and correct const values Signed-off-by:
Roman Kazantsev <roman.kazantsev@intel.com> * Fix atol value Signed-off-by:
Roman Kazantsev <roman.kazantsev@intel.com> * Move DropoutWithRandomUniform transformation to the front Signed-off-by:
Roman Kazantsev <roman.kazantsev@intel.com> * Change just RandomUniform to Broadcast in the transformation Signed-off-by:
Roman Kazantsev <roman.kazantsev@intel.com> * Correct comment for the transformation Signed-off-by:
Roman Kazantsev <roman.kazantsev@intel.com> * Remove redundant line Signed-off-by:
Roman Kazantsev <roman.kazantsev@intel.com>
-
Rafal Blaczkowski authored
-
Rafal Blaczkowski authored
* Improve corner-case resistance * small improvements
-
Mateusz Tabaka authored
* [ONNX] don't hardcode shape in Softmax operator * use named constant for special zero param in reshape
-
- 24 Dec, 2020 5 commits
-
-
Anastasiya Ageeva authored
* Added Get Started Guide for Raspbian * Updated the TOC xml file * Minor fixes * Implemented review comments * Fixed broken link
-
Sergey Lyubimtsev authored
* [MO] Add CMake install for Model Optimizer * [MO] Update test for version.py * [MO] Add CMake install for Model Optimizer * [MO] Update test for version.py * [MO] Add CMake install for Model Optimizer * [MO] Update test for version.py * [nGraph] Python API should be compiled and installed via CMake (41857) * Refactored wheel setup script to build module using CMake * Update build instructions * Added USE_SOURCE_PERMISSIONS to cmake install * Adjust CMake compiler flags conditions * fix CPack issue for CI build pipeline * case insensitive option check * build only python API if ngraph_DIR provided * fix lib extension for macOS * -fixed style (flake8) -added paralllel build option & description * fix flake8 B006 check * add ngraph_DIR & remove unsed env. variables. * Reworked build & test instructions to make it more straightforward * remove unused CMake arguments for setup.py * make source dir condition more general * Update BUILDING.md * Update BUILDING.md * Update BUILDING.md * beautified instructions wording * fix wheel build issue after sourcing setupvars * Extend user options to build, install and develop commands Co-authored-by:
Andrey Zaytsev <andrey.zaytsev@intel.com>
-
Maksim Kutakov authored
* Fix for fusing depthwise operations into bf16 convolutions. * ScaleShift layer was returned to _complementbf16 list.
-
Andrew Bakalin authored
* Description: currently IRs with NMS version < 5 don't work because conversion of previous NMS versions to NMS-5 happens after DTS (in opset1 to legacy conversion), while for Myriad Plugin it's necessary to do so at the very beginning of ngraph conversion pipeline.
-
Ilya Churaev authored
-