Evgenya Stepyreva
5c2eb05990
[ MO ONNX ] Resize-11 clear error message ( #620 )
...
* Small refactoring of extractors
* [ MO ] Throwing an exception while extracting Resize-11 which is not supported
2020-05-27 08:09:15 +03:00
Konrad Dobros
d3ea03bbfc
[IE CLDNN] Enable int8 activation for fsv16 format ( #516 )
...
This change enables int8/uint8 standalone activation to use optimized
block format (b_fs_yx_fsv16). This should eliminate cases where such
activation had reorders before and after.
Support for this is already provided by activation_kernel_ref implementation.
Related JIRA: CVS-28494
2020-05-27 05:37:38 +03:00
Gleb Kazantaev
6788153ba9
Updated convert_nms_to_nms_ie transformation to support dynamic shapes ( #614 )
2020-05-27 00:38:25 +03:00
Gleb Kazantaev
851f64946a
Updated ConvertGatherToGatherIE transformation to support dynamic shapes ( #611 )
2020-05-27 00:38:04 +03:00
Evgeny Lazarev
c1625743df
Change Elu a regular op since decomposition works extremely slowly ( #582 )
...
* Moved Elu operation from Fused to regular ones because the decomposition works extremely slowly.
* Added reference implementation for the Elu op
2020-05-26 21:59:08 +03:00
Evgenya Stepyreva
73f3b7c8fc
[ MO ONNX ] TopK-1/10/11 proper extracting ( #600 )
2020-05-26 21:53:24 +03:00
Vitaliy Urusovskij
4a44f84dab
[Stress] Updated test_configs with new path to OMZ mtcnn models ( #602 )
2020-05-26 20:11:46 +03:00
Ilya Lavrenov
bb039adef8
Fixed compilation with clang-10 + xcode ( #521 )
2020-05-26 17:17:36 +03:00
Shashwat Dalakoti
4943a954c7
Updated requiremnets.txt ( #593 )
...
Alignment with the requirements_tf.txt file
2020-05-26 16:19:43 +03:00
JunX
7595512d1f
fix issue log print wrong origin image shape ( #581 )
2020-05-26 14:27:14 +03:00
Irina Efode
c3aa866a33
[IE CMAKE] FIX PATHS ( #553 )
...
* [IE CMAKE] FIX PATHS
* Fix problems
2020-05-26 11:57:02 +03:00
Ilya Churaev
42a8364cb6
Disable nGraph tests if ENABLE_TESTS=OFF ( #579 )
2020-05-26 11:51:47 +03:00
Gleb Kazantaev
d3764a7563
Updated Mul->Add conversion to support dynamic shapes ( #512 )
...
* Updated Mul Add conversion to support dynamic shapes
* Keep changes
* Fix for cases when eltwise performs broadcasting via Constant
* Added comments;Fixed eltwise shape infer; Updated tests
2020-05-26 10:24:52 +03:00
Roman Donchenko
e835a4cf58
MO: Flush after dumping the arguments to stdout ( #570 )
...
When stdout is not a terminal, Python will buffer it by default. This
means that a consumer of MO's output will not see the argument information
until the buffer is flushed, which will normally only happen once MO
finishes (which might take a while).
Flushing stdout explicitly allows the consumer to see this info as soon
as it's printed.
2020-05-26 07:44:25 +03:00
Gleb Kazantaev
d3923f2ce0
Update TopKIE operation and transform to support dynamic shapes ( #526 )
...
* Update TopKIE operation and transform to support dynamic shapes
* Fix TopKIE shape infer
* Updated TopKIE infer function
* Removed index_element_type; changed swtich with as_string<> method
* Fixed ieFuncTests
* Fixed convert_topk transformation
* Updated convert_topk transformations
* ngraph::copy_runtime_info(topk, new_ops);
2020-05-26 01:19:38 +03:00
Irina Efode
c6e03d73d8
[IE TESTS] Move old IE unit tests to the new infra ( #544 )
...
* [IE TESTS] Move ie_blob_proxy tests
* [IE TESTS] Move network serializer tests
* [IE TESTS] Move CNNNetwork tests to the IE func
* [IE TEST] Fix deprecation warnings
* Fix comments
2020-05-25 23:28:59 +03:00
Vladimir Paramuzov
0b23215b72
CODEOWNERS: added cpu/gpu developers teams ( #540 )
2020-05-25 21:54:54 +03:00
Konstantin Satunin
2f9fd74151
Use compute optimized VMs for CI ( #567 )
2020-05-25 21:31:57 +03:00
Maxim Vafin
8c8629a4af
Support ONNX Clamp-11 ( #538 )
2020-05-25 19:59:07 +03:00
Ilya Churaev
04bb8ab51d
Added case less check for enum names ( #534 )
...
* Added case less check for enum names
* Added <algorithm> header
2020-05-25 16:23:55 +03:00
Nikita Kudriavtsev
74e8b54ce3
[IE Myriad] Correct destruction order in functional tests with DISABLE_PLUGIN_CACHE env. variable ( #542 )
2020-05-25 15:45:59 +03:00
Evgenya Stepyreva
b6a05c232e
[ MO TF ] IdentityN support ( #529 )
2020-05-25 10:52:58 +03:00
Alexander Zhogov
507c06c8bc
Azure CI: Enable cpuFuncTests on Windows
2020-05-23 01:29:36 +03:00
Alexander Zhogov
244f4e9fe7
CODEOWNERS: Fix
2020-05-23 01:27:53 +03:00
Alexander Zhogov
43fdf32729
Fix MO CI job name ( #520 )
2020-05-23 00:24:05 +03:00
Alexander Zhogov
20c1755efc
Update public CI ( #514 )
...
* Update public CI
* Add MO test check
* Disable cpuFuncTests on Windows
2020-05-22 23:34:26 +03:00
Alexey Suhov
0064c299c3
add plugin template ( #515 )
2020-05-22 22:34:00 +03:00
Irina Efode
2e3928071f
Update CODEOWNERS using openvino-ie-tests-maintainers group ( #519 )
2020-05-22 22:17:06 +03:00
Irina Efode
f1aa573b79
Update CODEOWNERS ( #518 )
2020-05-22 21:37:03 +03:00
Irina Efode
acc311e6f9
[IE TESTS] Fix win func test issue ( #508 )
2020-05-22 21:19:28 +03:00
Evgeny Talanin
d006030ad3
Update codeowners 1 ( #517 )
...
* Fine-grained groups to CODEOWNERS at day 1
* Fix
* Fix ie-maintainers
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
2020-05-22 21:18:54 +03:00
Ilya Lavrenov
fc899e6ceb
Remove test artifact ( #511 )
2020-05-22 20:02:00 +03:00
Alexander Zhogov
a3d482035e
Azure: Update job names, add cpuFuncTests ( #509 )
2020-05-22 17:47:05 +03:00
Alexey Suhov
ca9a78874a
Remove Dimension::size_t and callers
...
(cherry-pick master commit 72fa20942a3f135ea2e324f47dd401506a913876)
2020-05-22 11:17:20 +03:00
azhogov
b8611139ca
Update job name
2020-05-22 10:23:59 +03:00
Alexander Zhogov
6e2cfbca0c
CODEOWNERS: Add Jenkinsfile
2020-05-22 10:09:47 +03:00
Alexander Zhogov
b36d0df477
CODEOWNERS: add tools
2020-05-22 10:06:33 +03:00
Alexey Suhov
ccb7438803
publish master branch snapshot, revision ea98a886d925eb152931aab13856e68037665562
2020-05-22 03:42:00 +03:00
Alexey Suhov
deb008a26f
publish master branch snapshot, revision 8d31237e2c3f673cbb0f0ba110fc10f5cce1d2bb
2020-05-22 02:23:12 +03:00
Alexey Suhov
eab7ef4895
add submodules for mkl-dnn, gflags and gtest
2020-05-21 23:00:55 +03:00
Konstantin Satunin
778063e5cb
fixed latest release
2020-05-21 17:27:44 +03:00
Alexey Suhov
d222c99ca7
add speech demo
2020-05-21 17:14:03 +03:00
Alexey Suhov
29d24c613a
move dependencies to https://download.01.org/opencv/master
2020-05-21 15:00:31 +03:00
Alexey Suhov
f1b7a7292b
update TBB and VPU binary dependencies
2020-05-20 22:02:34 +03:00
azhogov
ec2ca3e54f
Azure: disable IE_Lin
2020-05-20 13:15:07 +03:00
Alexander Zhogov
6d56e824d2
Azure Pipelines: Set -j12 for Lin_self
2020-05-20 12:05:04 +03:00
Konstantin Satunin
7566e8202f
Test Ubuntu 1804 VMSS
2020-05-20 11:46:09 +03:00
Alexey Suhov
f30dcc218c
publish master branch snapshot, revision 9df5eb1f84e13a35720a918f88324561222ab114
2020-05-20 01:13:06 +03:00
Alexey Suhov
3ad0e4e434
remove ngraph submodule
2020-05-20 00:20:33 +03:00
Alexander Zhogov
4893f27fb9
Update How to Contribute
2020-05-19 19:08:14 +03:00