Maxim Vafin
e80e5e7ae5
Add python API for MVN-6 ( #3816 )
...
* Add python api for MVN-6
* Fix code style
* Fix codestyle
* Apply feedback
* Fix test
2021-02-04 17:36:19 +03:00
iliya mironov
1419e05032
Add python api for CTCGreedyDecoder ( #3947 )
...
* Add python api for CTCGreedyDecoder
* Fix code style
* Fix unit test
* Fix code style
* Fix unit tests
* Fix python tests
* Fix python tests
* Fix python tests
* Fix according to code review
* fix
* Fix api
* fix unit tests
* Fix unit test
* Fix python api
2021-02-03 14:53:53 +03:00
Maxim Vafin
0b3ff5edc2
Add MO support for MVN-6 ( #3772 )
...
* Add MO support for MVN-6
* Apply review feedback
* Apply review feedback
* Enable MVN-6 decomposition
* Fix shape_infer issue
* Fix MVN6 decomposition
* Fix build
* Fix tests
* Small fix
* Add MVN-6 reader test
* Apply feedback
* Apply review feedback
* Fix onnx test failure
2021-02-02 17:45:56 +03:00
Michał Karzyński
3a86b3a17e
Update ONNX dependency to v 1.8.1 ( #4114 )
2021-02-02 07:05:26 +03:00
Nikolay Tyukaev
0ecc360664
fix comments ngraph api - master ( #3519 )
...
* fix comments ngraph api
* remove whitespace
* fixes
Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
2021-02-02 07:01:58 +03:00
Ilya Lavrenov
117c04def1
Fixed compilation of ngraph python on some compilers ( #4015 )
...
* Fixed compilation of ngraph python on some compilers
* Fixed ONNX importer dependencies compilation for gcc 5.4.0 and 5.5.0
2021-01-28 18:58:10 +03:00
Mateusz Bencer
b90f908c58
Enable Bersquad-10 in ONNX CI ( #3889 )
2021-01-27 10:22:16 +01:00
Bartosz Sledz
247606baf6
Add support for nonconstant optional NMS-5 inputs ( #3640 )
2021-01-26 14:41:28 +01:00
Gorokhov Dmitriy
d58b4c65c8
[CPU] Plugin migration on oneDNN (v1.6) ( #3725 )
2021-01-26 16:31:10 +03:00
dependabot[bot]
c203e7e95f
Bump tox from 3.20.1 to 3.21.2 in /ngraph/python ( #4003 )
2021-01-26 10:25:35 +01:00
Nikolay Shchegolev
245bc33e8a
[CPU] GatherElements implementation. ( #3860 )
2021-01-26 09:53:20 +03:00
Jan Iwaszkiewicz
647104f602
[nGraph][ONNX] WA for currently unsupported precisions ( #3964 )
2021-01-25 13:08:15 +01:00
Mateusz Bencer
4d98d7ceee
ONNX tests mismatch error ( #3836 )
2021-01-18 12:39:32 +01:00
Bartosz Sledz
928201bee4
Add support for ONNX Operator ReduceSum v13 and revise other Reduce operators ( #3605 )
2021-01-18 10:47:40 +01:00
Mateusz Tabaka
20b9d390e1
[ONNX] don't hardcode broadcast shape in Mul, Add, Sub, Div (opset <= 6) operators ( #3679 )
2021-01-14 11:24:37 +01:00
Tomasz Dołbniak
303c549791
nGraph copyright update for 2021 ( #3832 )
2021-01-13 16:43:04 +03:00
Bartosz Sledz
f6c2f3cc16
Change failing test ticket number ( #3677 )
2021-01-12 07:10:48 +03:00
Pavel Esir
d9bd59c7a0
Evaluate, ngraph_reader check and Python nGraph API for GatherElements ( #3624 )
...
* add GatherElements evaluate to interpreter backend
* Finally successfully run on backend
* debugged non-typical cases
* added ngraph_reader tests for GatherElements
* added Python API for GatherElements
* apply_style
* corrected python api tests
* applied comments
* style-apply
* finally corrected nGraph Python API for GatherElements
* minor corrections
* style-apply
* replaced quotes
* added blank line
* corrected evaluate and disabled unit-tests for not yet supported plugins
* style-apply
* applied comments: negative tests added and additional checks in evaluate
* added bound check for axis in evaluate
* style-apply
* apply review comments
* fast correct evaluate for GatherElements
* style-apply
* revert changes in interpreter unit_test.manifest for Gather
* 🚀 optimized general solution; added separate calculation for 2D
* 🚀 applied comments
* style-apply
2021-01-11 19:52:47 +03:00
Ilya Lavrenov
0d22328a25
Partially removed ngraph cmake duplication with IE cmake ( #3751 )
...
* Partially removed cmake duplication with IE cmake
* Deprecated API usage: fixed or suppressed
* Fix for TypeRelaxed
* Canonical form for ngraph includes
* Removed extra visibilit settings; removed graphviz find_package
* Removed var_functions module; canonical includes for ngraph::reference
* Fixed deprecated API in ngraph tests
* Re-use standard cmake macro for shared libs
* Trying to fix ONNX importer tests
2021-01-11 14:49:33 +03:00
Yury Gaydaychuk
9069781659
CPU implementation for ROIAlign ( #3579 )
2021-01-11 12:04:45 +03:00
Gorokhov Dmitriy
37b6e75730
[CPU] Fixed Divide operation support for I32 precision ( #3721 )
...
* [CPU] Fixed Divide operation support for I32 precision
2020-12-28 19:18:19 +03:00
Rafal Blaczkowski
eac33e1b0e
OpenVino ONNX CI update ( #3750 )
...
* Enlarge timeouts for OpenVino ONNX CI
* Enlarge a lot timeouts
* Update processing script
2020-12-28 11:03:38 +03:00
Rafal Blaczkowski
6d45a9c041
ONNX CI improvement ( #3673 )
...
* Improve corner-case resistance
* small improvements
2020-12-25 07:46:55 +03:00
Sergey Lyubimtsev
2e6ea1e290
CMake based build for pyngraph module ( #3080 )
...
* [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>
2020-12-24 16:57:58 +03:00
Mateusz Tabaka
a8022cdbc8
Enable TinyYolo v3 in CI ( #3651 )
2020-12-23 12:25:54 +01:00
Mateusz Tabaka
4f14e842c1
Update ONNX models to latest master ( #3658 )
...
* Update ONNX models to 00d95ba9e5758fd0bc5e6978033fabc4f2a95e61
That version fixes yolov4 and roberta models
* remove yolov4 post processing
* remove model directory before unpacking
2020-12-22 08:04:32 +03:00
Mateusz Bencer
0b05653d7a
Resolved problems with ssd_resnet34_mlperf_opset10 ( #3487 )
...
* 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
2020-12-21 14:32:15 +03:00
Katarzyna Mitrus
6d89a96d9e
Ramove LSTM_Seq_lens model xfail declaration ( #3635 )
2020-12-17 16:20:01 +03:00
Rafal Blaczkowski
be69a4de2f
Enable automatic update of ONNX Model Zoo for ONNX CI ( #3511 )
2020-12-17 14:12:47 +01:00
Mateusz Bencer
261cb6ecf8
Enable yolo v3 test, added post-processing step ( #3510 )
2020-12-16 16:52:08 +01:00
Mateusz Tabaka
47485646bb
Revise DetectionOutput reference implementation ( #3448 )
...
* Revice DetectionOutput reference implementation
Ticket: 37433
* fix test_create_op
* fix test_dyn_attributes
* apply code format
* fix crash on Windows when variance_encoded_in_target == 1
* add more checks for DetectionOutput inputs
* Fix single layer tests
* apply code format
* fix ssd_vgg16_300 inference with batch size > 1
* update types in docs
* fix crash on windows
* apply code style
* fix python tests
* fix setting output type
* change False to false and True to true in docs
* Allow prior boxes to have different type than box logits
Some models work that way
* simplify output shape calculation
* fixes to docs
2020-12-16 11:02:12 +03:00
Gabriele Galiero Casay
19154fad2b
Rename AvgPool to attribute exclude-pad to align with MO and layer creator ( #3549 )
...
* AvgPool: Bug fix in attribute exclude-pad to align with MO and layer creator
* AvgPool: Change attribute to exclude-pad in python api
2020-12-14 21:46:39 +03:00
Tomasz Socha
dbf855b320
[ONNX][Python][Tests] Update ONNX to onnx 1.8 ( #3557 )
2020-12-11 11:57:50 +01:00
Mateusz Tabaka
305f005605
Add reference implementation for PSROIPooling operator ( #3245 )
...
* Add reference implementation for PSROIPooling operator
* fix test_roi_pooling
* use std::roundf
* remove unnecessary copies in single layer tets
* Fixes after review
* fixes after review
* use element::Type_t instead of element::
* apply code format
* add PSROIPooling to evaluates_map
* apply code format
2020-12-08 06:35:52 +03:00
Bartosz Lesniewski
2da6546841
Remove ops from Layer Creator/ Node Converter - part 2 ( #3226 )
...
* remove power op from layer creator
* remove prelu op from layer creator
* remove tile op from layer creator
* remove relu op from layer creator
* remove selu op from layer creator
* remove softmax op from layer creator
* remove tanh op from layer creator
* remove split op from layer creator
* remove reshape op from layer creator
* remove reverse sequence op from layer creator
* remove proposal op from layer creator
* remove priorbox op from layer creator
* remove roipooling op from layer creator
* remove priorboxclustered op from layer creator
* style fix
* utility function to parse bool-containing strings
* align priorbox scale_all_sizes parameter to specification
* change location of getBoolStrParamAsIntStr function
* align prelu creator to new constant op changes
* adjust priorbox tests to align with scale_all_sizes default value
* adjust priorbox python tests to align with scale_all_sizes default value
* align priorboxclustered attributes initlialization to specification
* fix checking wrong container's end iterator for opset name search
* improve comment on roipooling parameters
* Apply review suggestion 1
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Apply review suggestion 2
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* align priorbox step initial value to specification
* align roipooling method attribute to specification
* remove roipooling specific creator
* align with review comments
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
2020-12-04 19:49:36 +03:00
Ilya Churaev
256e047ad2
Revert "Deprecate global element types ( #3444 )" ( #3468 )
...
* Revert "Deprecate global element types (#3444 )"
This reverts commit 071fb9d1c6 .
* Fixed code style
2020-12-04 13:28:53 +03:00
Mikhail Treskin
6467c64000
Remove opset0 support and undesired passes from Interpreter backend ( #1469 )
...
* Move evaluate() interface from some OPs to Interpreter
* commit
* Move shuffle channels reference to OP's evaluate
* Add some operations missed in evaluate_node
* Fix select references invocation from evaluate_node()
* Activation refs (#2 )
* HardSigmoid
* Elu
* Selu
* Gelu
* Move to test runtime
* Rollback donwgrade passes delition
* Initial batch to space refs
* Return opset1_upgrade
* WIP: Add space to batch evaluate
* Fix space to batch
* add evaluates function in evaluates_map (#4 )
* Add space to batch evaluate
* Fix crop in batch to space references
* Remove vectors reallocation in evaluates for b2s and s2b
* .
* Add SpaceToDepth evaluate
* Add depth to space evaluate
* Remove code duplication depth to space evaluate
* Fix some failed layer tests
* Ngraph test (#3 )
* Remove some v0 ops & fix some tests
* Fixes BatchNorm
* Next
* dd
* s
* Add dot & replace slice refs
* d
* dkj
* Review fixes part 1
* Fixes. Part 2
* Fixes. Part 3
* Enable cells refs in evaluate map
* Fix some failed layer tests
* Some more fixes
* Fix code style (#6 )
* Tests (#7 )
* PriorBox
* Mod
* NormilizeL2
* Update prior_box.hpp
* Fix one hot ref call
* .
* Select (#8 )
* Select
* Fix code style
* Fix select messages
* ReverseSeq (#9 )
* ReverseSeq
* Select
* ExtractImagePatches, Seqence
* Fix Code Style
* remove extra
* Remove etra line@
* Add fake quantize reference
* Align convolution layer tests instantiations with updated definition
* Disabled some failed LPT tests
* Disabled some failed LPT tests
* Remove undesired changes
* Update unit-test manifests + some code cleanup
* Fix code style (#10 )
* Normalize L2 refs support (from PR #2327 )
* Fix code style
* Apply review comments. Part 1 (#11 )
* Apply first part of review comments
* Update onnx_import.in.cpp
* Remove redundant reshape from shuffle_channels evaluate
* Decompose GroupConvolution
* [IE Ngraph] Fix some operation inheritance (#13 )
* [IE TESTS] Depth2Space
* Space2Depth
* ShuffleChannels
* Fix ode style
* Fix code style
* [IE NGraph] Remove decompose op (#14 )
* .
* Fix loosing control dependency in replace_node
* Fix loosing control dependency in replace_node
* Fix code style
* Fix FQ references build on windows
* Fix code style
* Apply comments (#15 )
* [Ie Ngraph] Remove using v1::Add
* [Ie Ngraph] Remove using v1::Mutliply
* [Ie Ngraph] Remove using v1::Subtract
* [Ie Ngraph] Remove using v1::Divide
* [Ie Ngraph] Remove using v1::Equal
* [Ie Ngraph] Remove using v1::Greater
* [Ie Ngraph] Remove using v1::Greater_eq
* [Ie Ngraph] Remove using v1::Less
* [Ie Ngraph] Remove using v1::LessEq
* [Ie Ngraph] Remove using operator+
* [Ie Ngraph] Remove using operator/
* [Ie Ngraph] Remove using operator*
* [Ie Ngraph] Remove using operator-
* Fix code style
* Ci (#16 )
* Fix CentOS compilation
* Revert ngraph::op::vo::Multiply removing due to OpenCV
* Android fix (#17 )
* fix failures
* Fix code style
* Add (#18 )
* Android fix
* Add
* Add in opset1 upgrade pass
* Add in opset1 upgrade pass
* Remove v0::Add, Reverted removing v0::Multiply (#19 )
* Remove overloaded math operators from PyNgraph
* Remove overloaded math operators from PyNgraph
* Fix gna tests (#20 )
* Fix gna tests
* Squashed commit of the following:
commit 565b504c1c
Author: Alexander Zhogov <alexander.zhogov@intel.com>
Date: Tue Oct 13 13:27:34 2020 +0300
GitHub CI: Add files_size.yml (#2570 )
* GitHub CI: Add files_size.yml
* Update job name
commit ab0fb29853
Author: Vladislav Vinogradov <vlad.vinogradov@intel.com>
Date: Tue Oct 13 11:37:30 2020 +0300
[IE][BUILD] Fix C5208 warning under Windows (#2628 )
* C++ feature in C `typedef struct` code.
* The warning can be promoted to error in dependent projects.
C5208: unnamed class used in typedef name cannot declare members other than
non-static data members, member enumerations, or member classes
commit 15a338e89b
Author: helmutg <helmut@subdivi.de>
Date: Mon Oct 12 22:24:24 2020 +0200
add build option USE_SYSTEM_PUGIXML (#2502 )
It allows skipping inference-engine/thirdparty/pugixml and using the
system copy instead.
Thanks to @Osse for helping understand cmake scoping rules.
Co-authored-by: Helmut Grohne <helmut.grohne@intenta.de>
commit 7ac8cd8586
Author: Alexander Zhogov <alexander.zhogov@intel.com>
Date: Mon Oct 12 19:23:00 2020 +0300
Azure CI: Fix nGraph ONNX
commit 3a2e33962c
Author: Alexander Zhogov <alexander.zhogov@intel.com>
Date: Mon Oct 12 19:20:28 2020 +0300
Azure CI: Disable steps in nGraph ONNX
commit 5835974fad
Author: azhogov <alexander.zhogov@intel.com>
Date: Mon Oct 12 18:46:14 2020 +0300
Azure CI: Add linux_ngraph_onnx.yml
* LRN Reference (#21 )
* Disable failed tests on ia32
* Remove redundant broadcast from MVN ref
* Fix missed GatherND in opset_int_tbl + code style
* Remove one extra temporary buffer from MVN ref
* Merge master (#22 )
* Leaky relu transformation refactor (#2640 )
* Refactored LeakyRelu transformation
* Added unit test for LeakyRelu transformation + removed duplicate test function valued_const
* nGraph implementation of NMS-5 (without `evaluate()`) (#2651 )
* Written nGraph NMS-5 without evaluate().
* Used NGRAPH_RTTI_DECLARATION.
* setupvars.sh: Updated setting pyenv error to warning. (#2663 )
* Fix itt build (#2662 )
* Loop-5 operation specification (#2291 )
The Loop-5 operation specification
* Time tests improvements (#2642 )
* Remove extra functions from run_timetest.py
* Add `log.debug` of raw and aggregated statistics in run_timetest.py
* Implement storing of models locally for test_timetest.py
* Fixed CVS-35316 (#2072 )
* Extend MO for operation GatherND (#2540 )
* Extend MO for operation GatherND
* Update documentation
* Rename GatherNd.py to gathernd.py
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Add hsigmoid op to ngraph (#2647 )
* [IE CLDNN] Fixes for GatherTree and ReverseSequence (#2660 )
* ReorgYolo reference implementation (#2384 )
* Align ReorgYolo to the spec (vector strides -> int stride)
* ReorgYolo ref impl
* ReorgYolo evaluate method
* ReorgYolo tests
* Tests update
* Style apply
* Add some coments
* Code refactor
* Comment update
* Style apply
* Build fix, mark evaluate as override
* Revert "Align ReorgYolo to the spec (vector strides -> int stride)"
* Use int_executable instead of evaluate
* Use char* instead of templates
* Code refactor
* Comment update
* Code review comment
* Add constructor aligned with spec
* Update shape validation
* Update attributes tests
* Add type_prop tests
* Update backend tests
* Add single layer tests
* Update the spec
* Remove wrong transformation test
* Add ReorgYolo to evaluates_map
* code style
Co-authored-by: Evgeny Lazarev <evgeny.lazarev@intel.com>
Co-authored-by: Vladimir Gavrilov <vladimir.gavrilov@intel.com>
Co-authored-by: Artyom Anokhov <artyom.anokhov@intel.com>
Co-authored-by: Andrey Somsikov <andrey.somsikov@intel.com>
Co-authored-by: Vitaliy Urusovskij <vitaliy.urusovskij@intel.com>
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: iliya mironov <iliya.mironov@intel.com>
Co-authored-by: Vladimir Paramuzov <vladimir.paramuzov@intel.com>
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
* RegionYolo
* Apply review comments
* Merge remote-tracking branch 'upstream/master' into update_evaluates
# Conflicts:
# ngraph/core/src/op/mvn.cpp
# ngraph/test/backend/fused_op.in.cpp
# ngraph/test/runtime/ie/unit_test.manifest
# ngraph/test/runtime/interpreter/int_executable.hpp
# ngraph/test/runtime/interpreter/opset_int_tbl.hpp
# ngraph/test/runtime/interpreter/unit_test.manifest
# ngraph/test/runtime/opset0_tbl.hpp
* Apply code style
* Apply comments
* Apply code style
* Fix RegionYolo evaluate redefinition
* Removed defines from evaluates map
* Apply code style
* Fix MVN ref
* rename select reference argument
* Fix code style
* Fix Fake Quantize references calculation (#24 )
* Fix MVN ref
* Fix MVN & adding NMS
* Fix TI
* Temporary relax comparison threshold for FQ SLT
* Fix GPU LPT Tests
* Add explicit rounding mode seetting in FQ references
* Apply code style
* Rollback op_is test deletion
* Apply code style
* Fix merge conflict resolving issues
* Apply code style
Co-authored-by: Irina Efode <irina.efode@intel.com>
Co-authored-by: Anton Zaytsev <anton.zaytsev@intel.com>
Co-authored-by: Evgeny Lazarev <evgeny.lazarev@intel.com>
Co-authored-by: Vladimir Gavrilov <vladimir.gavrilov@intel.com>
Co-authored-by: Artyom Anokhov <artyom.anokhov@intel.com>
Co-authored-by: Andrey Somsikov <andrey.somsikov@intel.com>
Co-authored-by: Vitaliy Urusovskij <vitaliy.urusovskij@intel.com>
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: iliya mironov <iliya.mironov@intel.com>
Co-authored-by: Vladimir Paramuzov <vladimir.paramuzov@intel.com>
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
2020-12-03 12:36:34 +03:00
Ilya Churaev
071fb9d1c6
Deprecate global element types ( #3444 )
...
* Removed global types
* Fixed ONNX importer and nGraph tests
* Fixed code style
* Disable some warnings for Windows
* Try to fix python build
* Extend deprecation message
* Fixed code style
* Fixed comments
2020-12-02 21:27:17 +03:00
Jan Iwaszkiewicz
e1a7f7e5af
[nGraph][IE] Enable FP64 data type in IE and review nGraph Python tests ( #2563 )
2020-12-02 12:09:28 +01:00
Michał Karzyński
95cae09566
Add support for multiple outputs in nGraph Python API ( #3421 )
2020-12-02 11:49:10 +01:00
Gleb Kazantaev
27efd1fc7e
Resolve dynamism in Serialize transformation ( #3260 )
...
* Added Interval shape inference for NMS5
* Added dynamic shape resolver for Serialize pass
* Refactored Serializatoin tests; Added tests with dynamic shapes(NMS5, ShapeOf)
* Fixed python NMS5 test
* Fixed LowLatecnyTests
2020-11-24 12:38:56 +03:00
Mateusz Bencer
5de9e0d3d0
Add calling validate_and_infer_types to onnx Loop ( #3289 )
2020-11-24 06:02:11 +03:00
Mateusz Tabaka
37f6c0caf9
Update xfail issue numbers for models that fail with AssertionError: … ( #3246 )
...
* Update xfail issue numbers for models that fail with AssertionError: zoo models results mismatch
* update xfail reason with model name
2020-11-23 06:39:35 +03:00
Mateusz Bencer
aa622003a8
update tests status ( #3186 )
2020-11-18 13:32:59 +01:00
Mateusz Bencer
393779b227
Fix accuracy problem for YoloV3 (incorrect StridedSlice nop elimination) ( #3179 )
2020-11-17 18:12:01 +01:00
Gleb Kazantaev
fc8df42e7e
Fix NMS5 dynamism issues ( #3137 )
...
* Fixed ConvertNMS5ToLegacy conversion pass to resolve dynamism as soon as possible; fixed output precision to avoid troubles during convert_precision pass
* Added NMS5ToLegacy conversion for cldnn plugin
* Fixed NMS3 copy method
* Updated NMS5ToLegacy pass to avoid convert precision issues
* Updated nGraph reader and Functional tests
* Removing odd CF call
* removed xfail for test that is expected to pass
* Fixed Convert operations friendly_name
* Removed NMS5ToLegacy from opset1_to_legacy conversion
* Update NMS5 layer tests
* Update NMS5 DSR tests
2020-11-17 18:34:05 +03:00
Ivan Tikhonov
ea52dd2642
TI and Sequences related transformations: transition from cnn to ngraph versions ( #2927 )
...
* sequences to ti transformations, support for seq_lengths input, update reference implemetations, add new tests
* fix python api, update sequences to ti transformation
* transition from cnn to ngraph transformations for cpu, gpu, vpu plugins
* fix convert_ti_to_sequence transformation
* fix naming issue in unroll transformation
* test pure TensorIterator in vpu plugin
* fix sequences to ti transformation
* Update sequences to TI transformation: fix reverse sequence support
* update single layer tests, fix TI reference impl, fix Sequences to TI transformations
* ngraph code style
* fix build
* fix ngraph python api
* resolver review comments, refactoring
* revert vpu changes
* disable/fix tests
* refactoring
* Resolve review remarks
* optimization of LSTMSeq -> LSTMSeq IE: remove unnecessary Transpose ops
* Refactoring of transformation pipeline in cpu and gpu plugins, align GRU/RNN -> GRU/RNN IE with LSTM -> LSTM IE
* update TensorIterator tests, refactoring
* fix typo
* Fix unit tests, delete unnecessary callbacks
* Refactoring: delete commented code
* Add FullyConnected to skipConstInfer list for legacy ConstFolding
* disable legacy cnn unit tests
* delete xfail
* fix for backward compatibility with opset1::LSTMCell
* delete xfail
* fix build, remove Reshape layer from skipConstInfer list
2020-11-17 12:38:22 +03:00
Jan Iwaszkiewicz
cfe143fd33
[nGraph][ONNX] Rename xfails ( #3061 )
2020-11-17 10:34:33 +01:00
Ivan Tikhonov
b45e1a25a5
LSTM/GRU/RNN Sequences : support for seq_lengths input ( #2788 )
...
* sequences to ti transformations, support for seq_lengths input, update reference implemetations, add new tests
* fix python api, update sequences to ti transformation
* fix sequences to ti transformation
* Update sequences to TI transformation: fix reverse sequence support
* update single layer tests, fix TI reference impl, fix Sequences to TI transformations
* ngraph code style
* fix build
* fix ngraph python api
* resolver review comments, refactoring
* Resolve review remarks
* delete xfail
2020-11-17 07:04:20 +03:00
Mateusz Tabaka
8f82589be0
Update tolerance values for ONNX model tests ( #3131 )
2020-11-16 15:23:20 +01:00