Mateusz Bencer
5ff59eb711
Add support (limited, based on Interpolate-1) to Resize-11 ONNX op ( #1364 )
...
* Implementation of Resize-11
* Added support to sizes input
* Add tests to sizes input
* Added missing comment
* fixed tests
* fixed tests
* Fixed test. part 2.
* review remaks. part 1.
* review remarks. part 2.
Co-authored-by: Tomasz Socha <tomasz.socha@intel.com>
* Added more tests
Co-authored-by: Tomasz Socha <tomasz.socha@intel.com>
2020-07-27 16:42:00 +03:00
Konrad Dobros
0846f2050e
[IE CLDNN] Add b_fs_fsv16 concat optimizations ( #1452 )
...
1. Add fsv16 int8 support to optimized kernel
2. Optimize fsv16 concat kernel
3. Add graph optimization to improve concat alignment
Issue: CVS-28494
2020-07-27 14:49:22 +03:00
Irina Efode
3632dde431
[IE NGRAPH] Remove default values in InterpolateAttr structure ( #1484 )
2020-07-27 14:03:16 +03:00
Mateusz Tabaka
2ac35247ea
Add tests for ArgMin/ArgMax with float inputs ( #1429 )
2020-07-27 12:40:27 +02:00
Ilya Churaev
7827490340
Removed v0 CropAndResize and EmbeddingLoop operations ( #1450 )
2020-07-27 12:34:20 +03:00
Vladimir Paramuzov
3c99c13feb
[IE CLDNN] Improvements for SpaceToDepth ( #1454 )
2020-07-27 11:52:18 +03:00
Irina Efode
0560b61cbd
[IE TESTS] Add Interpolate single layer test ( #1456 )
2020-07-27 11:45:19 +03:00
Ilya Churaev
3bbdda6b48
Removed BroadcastDistributed ( #1430 )
2020-07-27 10:49:56 +03:00
Ivan Tikhonov
98ad4ac869
Specification for RNN/GRU sequences ( #1426 )
...
* Specification for RNN/GRU sequences
* update opset4 list
2020-07-27 09:22:46 +03:00
Sergey Shlyapnikov
fc3f9af923
[IE CLDNN] fix warnings from gcc-9 compiler ( #1431 )
2020-07-24 20:13:29 +03:00
Alexander Zhogov
8b44f4343d
GitHub CI: set_pr_labels - runs every 4 hours
2020-07-24 19:57:58 +03:00
Maxim Vafin
43b46036ae
Fix the case with nodes containing ":" in names ( #1089 )
...
* Fix the case with nodes containing : in names
* Raise error in case of several possibilities
2020-07-24 18:39:57 +03:00
Maxim Vafin
663be787d6
Add ONNX DequantizeLinear to MO ( #1250 )
...
* Add ONNX DequantizeLinear to MO
* Update docs
2020-07-24 18:39:09 +03:00
Irina Efode
db176dfc5d
[IE TESTS] Add Minimum tests ( #1470 )
2020-07-24 17:51:21 +03:00
Alina Alborova
6e07a4c72b
[DL Workbench] Move files to another guide ( #1443 )
...
* [DL Workbench] Moved files to another guide
* Fixed indentation
2020-07-24 16:58:51 +03:00
Alexander Zhogov
d196c7cb15
GitHub CI: Fix issues in check_pr.py
2020-07-24 16:20:34 +03:00
Liubov Batanina
a38e9f9059
Add input transposing for MatMul ( #1462 )
2020-07-24 15:15:20 +03:00
Maxim Vafin
c10c80bdca
Specify Range-4 operation ( #1180 )
2020-07-24 14:37:32 +03:00
Alexander Zhogov
3945acd65b
GitHub CI: Change secret
2020-07-24 13:25:29 +03:00
Alexander Zhogov
765202e23c
GitHub CI: Add set_pr_labels ( #1467 )
...
* GitHub CI: Add set_pr_labels
* Change to run every 10 min
* Update names
2020-07-24 13:00:04 +03:00
iliya mironov
f865945448
Add acosh asinh atanh to opset3 ngraph ( #1278 )
...
* Add acosh, asinh and atanh to opset4
2020-07-23 21:40:04 +03:00
Gabriele Galiero Casay
2936ea8800
Add asinh to onnx importer opset4 ( #1436 )
2020-07-23 17:03:06 +02:00
Alexander Zhogov
c1dec4ad42
GitHub CI: Add Python scripts for controlling organization ( #1437 )
2020-07-23 17:29:18 +03:00
Nikita Kudriavtsev
8a6bd1dba3
[IE][VPU]: Added Mish layer ( #1158 )
...
* Add Mish stage in GraphTransformer
* Add Mish per-layer tests
2020-07-23 16:58:03 +03:00
Ilya Lavrenov
07bedc5d6f
Network serializer for v7 is removed ( #1414 )
...
* Network serializer for v7 is removed
* Fixed compilation
* Fixed Windows build
* WA for GPU
* Create function 2 times
* Fixed compilation
* Added return
2020-07-23 16:23:19 +03:00
Pavel Esir
e56c8a2bc7
support parallel nested nnet for Kaldi ( #1194 )
...
* supported nested nnet1 for Kaldi
2020-07-23 15:37:41 +03:00
Anton Chetverikov
f90f242626
Update Reduction operations specification ( #1446 )
2020-07-23 15:34:53 +03:00
Ilya Churaev
82aa1e112d
Remove deprecated methods from node ( #1369 )
2020-07-23 14:44:32 +03:00
Anton Chetverikov
cdd5605c61
Update ShapeOf extender ( #1406 )
2020-07-23 14:07:34 +03:00
Ilya Lavrenov
9440561fa4
Documentation updates ( #1433 )
2020-07-23 13:15:20 +03:00
Ilya Lavrenov
8fedb0bf94
Corrected message about deprecated IR version ( #1438 )
2020-07-23 13:14:09 +03:00
Maxim Vafin
0063efeb09
Add ONNX SpaceToDepth and DepthToSpace extractor ( #1122 )
...
* Add ONNX SpaceToDepth extractor
* Add DepthToSpace ONNX extractor
2020-07-23 13:05:42 +03:00
Andrew Bakalin
f00cdddede
[IE][VPU][GT]: Change begin and end masks serialization for StridedSlice ( #1417 )
...
* In order to support cases when begin and end size is less than input rank, the serialization was changed.
* Add tests
* Update firmware
2020-07-23 12:20:08 +03:00
Ruslan Garnov
d6c412ca40
Updated fluid to 4.3.0 ( #1422 )
2020-07-23 12:04:31 +03:00
Vitaliy Urusovskij
6fcad95c71
[Stress] Redesign of MemCheckTests ( #650 )
...
* [Stress] Redesigned MemCheckTests: 1. Added MemCheckPipeline to incapsulate measures and logging. 2. Moved references to array
* [Stress] Added tracking of THREADS in MemCheckTests
2020-07-23 11:07:13 +03:00
Andrew Bakalin
dce1063526
[IE][VPU][NGraph] Move dynamic NMS from common to vpu folder ( #1409 )
...
* [IE][VPU]: Moves UpgradeNMS4ToNMSDynamic transformation into myriad plugin
* [IE][VPU]: Moves UpgradeNMS4ToNMSDynamic from common to vpu folder
* [IE][VPU]: Moves Dynamic NMS from common folder to vpu
* [VPU]: Makes NMS conversion unconditional
* [VPU][NGraph]: Changes dynamic NMS base class from v3 to v4
* [VPU]: Moves NMS4toDynamic transformation before common optimization
2020-07-23 10:23:35 +03:00
Vladimir Paramuzov
c69591c0b7
[IE CLDNN] Shrink reshapes ( #1362 )
2020-07-23 10:14:52 +03:00
Andrey Zaytsev
045fe44d29
Fixes LFS issues ( #1440 )
...
* Removed non-LFS images to reload them to LFS
* Reload images to LFS
* Reload images to LFS
2020-07-22 22:35:58 +03:00
Nikita Kudriavtsev
5b9a5a6293
[IE Myriad/35383] vpu_profile is removed ( #1393 )
2020-07-22 17:34:16 +03:00
Adam Osewski
093a02fcef
Test fix import of ONNX model in serialized Protobuf binary format. ( #1355 )
...
* Try fix parsing error.
* Small exception refinements during importing model.
* More exception refinements.
* Skip segfaulting tests.
* More clear error types and messages. Func rename.
* Fix typo.
* Check on CI whether test_onnx will work.
* Add only those file which pass tests or have failing ones skipped.
2020-07-22 13:52:53 +03:00
Roman Kazantsev
6ccc025a43
Extend nGraph for operation CTCLoss ( #1236 )
...
* Extend nGraph for operation CTCLoss
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fixes as per comments
Co-authored-by: Nikolay Shchegolev <nikolay.shchegolev@intel.com>
2020-07-22 13:45:42 +03:00
Ilya Churaev
141b24cf44
Replaced copy_with_new_args() to clone_with_new_inputs() ( #1395 )
2020-07-22 13:44:22 +03:00
Ewa Tusień
821a3dae32
Expose OpSets as part of nGraph PythonAPI ( #1261 )
2020-07-22 12:02:54 +02:00
Ewa Tusień
b3f55dd0be
Update list of tests passing/failing using TestCase on IE backend ( #1161 )
2020-07-22 11:42:19 +02:00
Vitaliy Urusovskij
5665ec9b26
[Stress] Small improvement of scripts ( #1302 )
...
* [Stress] Extend CLI with arguments checks for compare_memcheck_2_runs.py
* [Stress] Extend requirements.txt with PyYAML
2020-07-22 10:24:15 +03:00
Ilya Lavrenov
a773dfbbcc
Removed ie_deprecated.cpp from legacy library ( #1419 )
2020-07-22 06:44:53 +03:00
Ilya Lavrenov
8e081c8388
Removed CNNLayer entries from ie_common.h ( #1420 )
...
* Removed useless header include
* Removed CNNLayer entries from ie_common.h
2020-07-22 06:44:05 +03:00
Ilya Churaev
c75ff2a4fc
Removed is_parameter, is_constant and is_output ( #1408 )
2020-07-22 06:11:28 +03:00
Ilya Churaev
a864c2eb85
Removed redundant licenses ( #1392 )
...
* Removed redundant licenses
* Added protobuf license
2020-07-21 19:48:25 +03:00
Ilya Lavrenov
79349ae4a6
CMAKE: added ie_libraries target ( #1411 )
2020-07-21 18:58:20 +03:00