Commit Graph

697 Commits

Author SHA1 Message Date
Ivan Tikhonov
6bcd0f6072 Fix python API for Loop/TensorIterator/Assign/ReadValue operations 2021-03-11 13:22:50 +03:00
Ilya Churaev
4675a12c8f Fixed KW hits (#4638) 2021-03-05 11:13:11 +03:00
Ilya Churaev
8e1603f7fd Fixed clone rt info (#4597) 2021-03-04 13:02:11 +03:00
Tomasz Dołbniak
a35dfc4c5a Disable the randomly failing test (#4555) 2021-03-03 07:33:09 +03:00
Ilya Lavrenov
1d88cdc45e Fixed gtest build / usage in case of RelWithDebInfo (#4554)
* Fixed gtest build / usage in case of RelWithDebInfo

* Added more modules to fluid_preproc_tests tests
2021-03-03 07:27:23 +03:00
Ivan Tikhonov
6fb742bec4 Fix LowLatency transformation for Loop (#4557)
* unrolling for Loop operation, fix LowLatency transformation for Loop

* delete unnecessary includes

* update copyright

* fix centOS build, resolve review remarks
2021-03-03 07:21:06 +03:00
Ilya Churaev
77e80ddbb3 Fixed fuzzer issues (#4553)
* Fixed code style

* Revert redundant code

* Fixed fuzzer issues
2021-03-02 21:07:53 +03:00
Ivan Tikhonov
d4c5cb2375 Removing unnecessary order checking in Loop/TI operations (#4531)
* deleting a check of order of the input/output descs in ti/loop operations

* added ngraph_reader unit test

* unrolling for Loop operation, fix LowLatency transformation for Loop

* Revert "unrolling for Loop operation, fix LowLatency transformation for Loop"

This reverts commit 7188921ad7.
2021-03-02 18:10:41 +03:00
Szymon Durawa
7e57ec54b3 Revise ADD operation reference implementation (#4453)
* Additional unit tests for Add op, add single layer serialization tests for elementwise ops.

* Format unit test file.
2021-03-02 07:37:13 +03:00
Tomasz Jankowski
be614035d1 [ONNX] Fix unidirectional broadcast Add, Div, Mul, Sub v6 (#4462)
* Fix uni broadcast add_v6 op

* Add exception for dynamic rank

* Correct axes mapping in Div, Sub, Mul

It commonizes the approach from Add operator.

* Add unit tests to Div, Sub, Mul v6 ops

* Apply constness

* Improve add_v6 unit test readability

* Correct style

* Remove useless or redundant includes
2021-03-01 19:40:44 +03:00
Ilya Churaev
c160912b70 Fixed KW for reference impls (#4530) 2021-03-01 18:07:33 +03:00
Mikhail Ryzhov
3babad19be Added specific for Python3.8 way how to find libs (#4513)
On Windows, with Python >= 3.8, DLLs are no longer imported from the PATH.
os.add_dll_directory() can be used
2021-03-01 16:01:04 +03:00
Jozef Daniecki
5f14fe9ca1 Fix NonZero output shape inference for static inputs. (#4406)
* Improved error checking in serialization dynamism resolving.

* Fix NonZero output type deduction to resolve also second shape.

* Add NonZero serialization SLT.

* Generalized shape size calculation.

* Refactored dynamic_to_static() in serialization.

* Fixed NonZero dynamic shape inference.
2021-03-01 13:29:37 +03:00
Evgenya Stepyreva
a3458a2e0c Test Assign-ReadValue shape propagation while function changes input shape (#4515) 2021-03-01 07:18:30 +03:00
Tomasz Dołbniak
cadcd7c926 Remove a duplicate xfail marker for ONNX dropout tests (#4522) 2021-03-01 07:17:29 +03:00
Bartosz Sledz
b0043bb599 ONNX Slice operator support types dynamically (#4507) 2021-02-26 16:28:51 +01:00
Ewa Tusień
f88f81c6ba OnnxBackendNodeModelTest XFAILs cleanup (#4432) 2021-02-26 15:34:24 +01:00
Katarzyna Mitrus
76fed9315e Legacy LSTM/RNN/GRU tests clean up (#4265) 2021-02-26 14:27:18 +01:00
Ivan Tikhonov
7cf7e1b5fa Reset Variable to dynamic state in revalidate_and_infer function of ReadValue op (#4430) 2021-02-26 14:01:29 +03:00
Mikhail Ryzhov
2db51bb0d0 [Python] Fixed issues in runtime wheel (#4359)
* Added rpath for plugins

* Corrected dll pathes for PIP

* Fixed plugin install names

* Put libs to the sub-package

* Corrected libraries path according to the new location

* Added download and home page urls
2021-02-26 10:31:58 +03:00
Gleb Kazantaev
53a96f4a5a Added default value for broadcast to SquearedDifference operation (#4490) 2021-02-26 07:44:08 +03:00
Ilya Churaev
1458ba392e Removed hardcoded shapes from LogSoftmax operation (#4475)
* Removed hardcoded shapes from LogSoftmax operation

* Added tests

* Fixed comments
2021-02-25 20:02:14 +03:00
Tomasz Dołbniak
24d2502f83 Check the inputs number before unsafe access (#4480) 2021-02-25 15:02:38 +01:00
Patryk Elszkowski
af712743ab Comparison of InputDescription and OutputDescription in SubGraph (#4123)
* draft - looks good, need merge with other branch

* apply suggestions from PR

* apply suggestions from PR

* add unit test - NotValidInputOrOutput

* rephraze equal for constant

* cleanup all TODOs

* Try to fix TI

* try to satisfy PR comments

* fix spelling

Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
2021-02-25 16:31:35 +03:00
iliya mironov
c8450fabb5 Disabled unit test for CTCGreedyDecoder with fp16 input data (#4481) 2021-02-25 15:35:17 +03:00
Bartosz Sledz
6c98171e23 Fix output names for group of Strided Slices to Variadic Split optimization (#4378)
* Add tests which reproduces issue

* Fix Output Names in StridedSlice optimization

* Fix codestyle

* Add check if at least one StridedSlice has Result operation as a consumer
2021-02-25 12:53:46 +03:00
Anton Pankratv
61422f97ac Moved preprocessing macro tools to separate library (#4464) 2021-02-25 07:32:48 +03:00
Tomasz Dołbniak
4d9ede42ca Floats comparison implementation in IE_Engines (#4342) 2021-02-24 12:10:00 +01:00
Evgeny Lazarev
7420bb6cb0 Fix pad op with int input (#4438)
* Added operation ConvertLike to the MO

* Fixed transformations with Pad which insert Const with pad value of incorrect type

* Added constant folding to ConvertLike operation

* Fixed unit tests for Pad transformations to include ConverLike operations

* Update copyright year

* nGraph code style fix

* Added OV_ITT_SCOPED_TASK for ConvertLike constant folding
2021-02-24 09:56:36 +03:00
Ivan Tikhonov
afded195ba delete unnecessary check in validate function of TI (#4415) 2021-02-24 07:13:47 +03:00
dependabot[bot]
a6989bb047 Bump tox from 3.21.4 to 3.22.0 in /ngraph/python (#4452) 2021-02-22 17:03:23 +01:00
Konstantin Satunin
0682d773ca Unique locations for pdb files (#4446) 2021-02-22 11:41:03 +03:00
Konstantin Satunin
342ae0daa7 unique locations for pdb files (#4445) 2021-02-20 23:48:47 +03:00
Konstantin Satunin
8f5453d70f Pyngraph independent locations for lib files (#4440)
* Make unique location for pyngraph lib files

* fix variable usage
2021-02-20 18:15:57 +03:00
Maksim Shabunin
9559f6f301 Changed ngraph header to fix client build with VS2015 (#4386) 2021-02-19 10:19:52 +03:00
Maxim Andronov
f26c82bde3 [CPU] Supporting constant networks (#4379) 2021-02-19 09:38:20 +03:00
Liubov Batanina
ffe99fb66f Fixed Interpolate headers (#4403) 2021-02-19 08:39:19 +03:00
Ilya Churaev
e337fb0661 Fixed backward incompatible change (#4303)
* Fixed backward incompatible change

* Fixed ngraph unit tests
2021-02-19 08:37:18 +03:00
Michał Karzyński
ec9b5894fb [ONNX] Add support for BitShift operator (#4368) 2021-02-17 16:39:27 +01:00
Katarzyna Mitrus
7df5a98dde [ONNX] Update warning message for ONNX Constant node (#4355) 2021-02-17 14:40:47 +01:00
Ilya Lavrenov
dd79dd755c CC: fixed issue with rebuild when only CC header is changed (#4370)
* CC: fixed issue with rebuild when only CC header is changed

* Updated submodule as well
2021-02-17 15:41:54 +03:00
Michał Karzyński
66634a9939 Update ONNX compliance test list (#4360)
* Update ONNX compliance test list

* Update test_backend.py
2021-02-17 07:40:47 +03:00
Yanglei Zou
d9140a0f83 Fix some bugs for ROI Align (#4212) 2021-02-16 18:25:13 +03:00
Tomasz Jankowski
5e17926604 [ONNX Editor] Add initializers for model inputs (#4025) 2021-02-16 14:12:27 +01:00
Tomasz Socha
185aaacc07 [ONNX] Add support for Softmax v11 in opset 7 models (#4340) 2021-02-16 11:58:39 +01:00
Mateusz Bencer
cc645d50e4 Resolve Klocwork issues (#4341) 2021-02-16 11:55:28 +01:00
Jan Iwaszkiewicz
a3af43c8e4 [ONNX] Minimum op xfail updated (#4332) 2021-02-16 11:43:07 +01:00
Ilya Lavrenov
01b499b334 Hidden visibility for ONNX (#4233) 2021-02-16 13:06:41 +03:00
Michał Karzyński
ccc1a9f357 Rename dunder methods (#4334) 2021-02-15 18:34:21 +01:00
dependabot[bot]
01e4606bd0 Bump tox from 3.21.2 to 3.21.4 in /ngraph/python (#4227) 2021-02-15 11:55:33 +01:00