- 24 Dec, 2020 2 commits
-
-
Ilya Lavrenov authored
-
Szymon Durawa authored
* TensorIterator deserialization. Introduce new on_adapter(Function) and add implementation in on_adapter(void) for Input and Output Descriptions. Remove factory adapter. * Add comments to functions provided. Add missing on_adapter() after rebase. * Apply formatting. * Remove visit_attributes from SubGraphOp, remove declaration for createSubGraphLayer. * Add port map parsing to address not consecutive order of external_port_id appearance. * Remove header for factory_adapter. * Add on_adapter() in V10Parse::parse() function. * Add m_num_iterations initialization for concat output. * Remove redundant lines, add doxygen comments. * Change cpp/ie_cnn_network.h to local include, remove temporary map object from range for loop. * Restore protected access for SubGraphOp.
-
- 23 Dec, 2020 12 commits
-
-
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 * - fix install paths for onnx_reader and ir_reader - remove static lib installation for plugins on plugins - 97-myriad-usbboot.rules is installed only for Linux * added new line * - Return GNAPlugin to default build list - Remove test artifacts from cmake install distribution - Remove nGraph static libs from cmake install distribution * revert install rule for archive(.lib) * revert install rule for onnx_importer (.lib)
-
Maxim Shevtsov authored
* async network loading in the MULTI. makes the overall load time as MAX of the individual devices loading timings, as opposite to the current SUM * correct way of getting perf counters flag for the MULTI (adding to the async load PR, as this is minor change) * accomodating remark from the code review- MULTI enables the perf counters only if all devices support/enable that
-
Ilya Lavrenov authored
* CMAKE: Added MODULE linker flags * Fixed plugins.xml s * Use module instead of shared library * Fixes * tab 2 spaces * Renamed get_shared_library_name to ie_plugin_get_file_name
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
* Try ENABLE_FASTER_BUILD on public CI * Fixed UNITY compilation for Windows
-
Patryk Elszkowski authored
* Add new path for constant in IR serializer. * Apply suggestion from review. * Unique name for temporary test file * Switch from static to constant member function - GetTestName * Ensure bin path is not empty. * Compare Constants op by string values converted to float. * Add path validation. Co-authored-by:
Patryk Elszkowski <patryk.elszkowki@intel.com>
-
Piotr Szmelczynski authored
* create type_prop tests * add abs type_prop tests to CMakeList * add type prop test for dynamic input shape * fix style
-
Mateusz Tabaka authored
-
Vladimir Paramuzov authored
Co-authored-by:
Roman Lyamin <roman.lyamin@intel.com> Co-authored-by:
Mikhail Letavin <mikhail.letavin@intel.com>
-
Patryk Elszkowski authored
* New Gather op reference implementation. * Unify span implementation for gather and gather_nd. Create span.hpp for common implementation of span. * Move span to utils directory. * Address review comments. * update span * Address PR comments. Co-authored-by:
Patryk Elszkowski <patryk.elszkowki@intel.com>
-
Vladislav Volkov authored
* Errors and warnings highlighting for UNIX platforms * The option added for errors and warning highlighting enabling
-
Bartek Szmelczynski authored
* add 4 tests for operators based on model zoo * fix wrong names of the models * add functional tests for equal, lstm_cell and psroi_pooling operators * add functional tests for ConverLike and Mod operators * add funtional tests which were disabled, and add a minor change in convert_function_to_cnn_network.cpp file in order to make LogicalNot operator pass a test * back to the previous .xml model * made a changes in ir_layer_parsers.cpp in order to make logicalNot pass a test * minor fixes to LogicalNot operator in ie_layers_parsers.cpp * rename friendly name to "not" * add if statement for Activation type * fix style
-
- 22 Dec, 2020 13 commits
-
-
Ilya Lavrenov authored
-
Mikhail Ryzhov authored
* [IE CORE] enable plugins & dependent libs loading using absolute path urrently this allowed to use plugins.xml file to specify full path to specific plugin with it's all dependency, not to be persisted in CWD or in PATH * Code review fixes
-
Mateusz Bencer authored
* Disable tests which read prototxt if protobuf lite is used * added missing line * cmake flags refactor
-
Ilya Lavrenov authored
* Refactored developer package * Added fuzzing for CMAKE_MODULE_LINKER_FLAGS as well * Added options for developer package * More improvements * Further improvements * Removed global CMAKE_MODULE_PATH population * Fixes * Final fixes * Fixed python build * Fix for TBB * Fixed Find TBB * Fixed install * Fixes for OV features * Split developer targets per component * Fixed IE build tree config * Fixed ITT * Fixed review comments * Clean export dependencies * Fixed export of pugixml * Added IEDevScripts_DIR for Android * Fixed Android #2 * Fixed Android #3 * Fixed python cc * Disabled Core threading tests on GNA
-
Ilya Churaev authored
* Added if DEFINE construction * Changed OV_SCOPE semantic * Fixed the code style * Fixed redundant lines
-
Jozef Daniecki authored
Constant port numbering was changed in MO serialization, needed to regenerate models for serialization functional tests to reflect current MO IR.
-
Gladilov, Gleb authored
Previously Loop shape inference function produced dynamic shapes for body parameters and loop outputs if iteration count is unknown (dynamic) or loop input data is dynamic. At the same, time some dimensions of input/outputs of body/loop could be inferred under this circumstances which could critical for model enablement (ex. Myriad-X could support convolutions with dynamic batch, but could not support convolutions with dynamic spatial dimensions) Signed-off-by:
Gladilov, Gleb <gleb.gladilov@intel.com>
-
Mateusz Tabaka authored
-
iliya mironov authored
* Remove broadcusting * Refactoring some code * Add unit tests * Update description * Refactoring transformation * Add is_broadcastable_shapes checks * Update is_eliminate_broadcast func * Add unit tests * Update unit tests * Add unit tests * Add unit tests * Remove unused include * Add dynemic tests * Update unit tests * Fix code style * Fix unit tests code style * Fix code style * Add one more case for elumenate broadcast * Fix according to review * Refactoring transformation code
-
Anastasiya Ageeva authored
* Fixed CVS-36087 * Fixed link to the installation package * Fixed links, fixed formatting in bulleted lists
-
Anastasiya Ageeva authored
-
Mateusz Tabaka authored
* Update ONNX models to 00d95ba9e5758fd0bc5e6978033fabc4f2a95e61 That version fixes yolov4 and roberta models * remove yolov4 post processing * remove model directory before unpacking
-
Anton Potapov authored
-
- 21 Dec, 2020 8 commits
-
-
George Zlobin authored
-
Krzysztof Bruniecki authored
* Enable CoreThreadingTestsWithIterations tests for GNA Sync rest of GNA Lib API, Sync Config for MT tests Change models in CoreThreadingTestsWithIterations to be compat with GNA * Use parameter for model set selection * Fix style * Disable HETERO CoreThreadingTestsWithIterations tests and create issue 45658
-
Pavel Esir authored
* Initial support of GatherElements in MO and nGraph * apply_style * added lost extractor for GatherElements * Corrected GatherElements::validate_and_infer_types * updated package_BOM.txt * Type_t added * started to implement ngraph shape_type_infer unit-tests * finally implemented all ngraph shape_inference unit-tests * updated Supported_Frameworks_Layers.md * added correct handling of dynamic shapes in nGraph, added unit-tests for dynamic cases, fixed dump typos in MO, replaced axis type from int -> int64_t * implemented shape infer for dynamic shapes with intervals * finalized MO implementation * applied comment from review * style-apply * spec correction * removed conflict * fixed typos * removed obsolete comments form type_prop * significant corrections in validate_and_infer_types * style-apply * data_rank check for axis
-
George Zlobin authored
* This change prevents saving the same shapes in a blob. If more than one data have the same shapes, only one will be saved in the blob.
-
Ilya Churaev authored
* Added CC macro to nGraph * Add CC to evaluate methods * Fixed tests * Fixed comments * Add private evaluates * Fixed code style and names * Fixed code style * Fixed build
-
Mateusz Bencer authored
* Resolved problems with ssd_resnet34_1200 * removed debug code * Added correct handling onnx nodes from parent graph scope * removed unnecessary include * fixed calcution index to replace * fixed LoopParentParametersUsedInBody test * added set_friendly_name * apply Unsqueeze for each concatenated Loop output * added handling trip count with value max_int * merge from upstream/master * update xfail list * added checking is trip_count is constant
-
Evgeny Lazarev authored
* Config for TF 2.0 Faster R-CNN models, refactored subgraph_between_nodes to use graph API * Added support for new type of Preprocessing block in the TF 2.0 OD API models. Various fixes to enable the Faster R-CNN ResNet 50 * Updated text comments * Fixed sub_graph_between_nodes for TensorIteratorMerge. Added support for the TF 2.X EfficientDet models (not yet reshape-able) * Fixed unit tests * Fixed regression for TF 1.X OD API SSD model, enabled TF 2.0 OD API SSD models * Code clean up * Switched TF 2.0 OD API Faster R-CNN to preprocessor replacement type 2 * Refactored ObjectDetectionAPIPreprocessorReplacement and ObjectDetectionAPIPreprocessor2Replacement * Fixed bug in the Div transformation to Mul when input is integer. * Added support for the TF 2.0 OD API Mask R-CNN * Added unit tests for Div operation. Updated incorrectly modified mask_rcnn_support_api_v1.14.json * Updated document with list of supported configuration files for TF OD API models * Review comments * Added tests for control flow edges for the sub_graph_between_nodes function * Two more tests
-
Anton Chetverikov authored
-
- 18 Dec, 2020 2 commits
-
-
Anton Chetverikov authored
* Fix missed/redundant attrs for some operations * Align auto_pad attr values in spec * Update MO IR Reader extenders for appropriate operations * Allign auto_pad attr values for appropriate operations * Remove changes in extenders * Update backend_attrs for some operations * Changes in shape_infer functions to correct work with explicit mode * Apply offline comments
-
Bartosz Sledz authored
* Remove doubled reshape tests * Clean manifest and enable unblocked tests
-
- 17 Dec, 2020 3 commits
-
-
Katarzyna Mitrus authored
-
Rafal Blaczkowski authored
-
Mateusz Tabaka authored
-