Nazmul Alom
03ace8b5a6
made compatible with ubuntu 20.04 ( #1798 )
...
* made compatible with ubuntu 20.04
* demo_benchmark_app updated
* demo_security_barrier_camera updated
* demo_squeezenet_download_convert_run updated
* Update demo_benchmark_app.sh
* Update demo_security_barrier_camera.sh
* Update demo_squeezenet_download_convert_run.sh
* unwanted file removed
2020-08-27 19:40:44 +03:00
Vladimir Paramuzov
041f1a694c
[IE CLDNN] Improved GWS for 3d fsv16 eltwise ( #1957 )
2020-08-27 17:57:30 +03:00
Dmitry Kurtaev
8b2c12967d
[JAVA] Use JUnit 4 features to log Java tests log ( #1953 )
...
* [JAVA] Use JUnit 4 features to log Java tests log
* [JAVA] Add device parameter for Java tests
2020-08-27 17:10:24 +03:00
Bartosz Lesniewski
d3682417bb
Add support for ReduceL1 and ReduceL2 to ONNX Importer ( #1838 )
2020-08-27 15:47:04 +02:00
Jan Iwaszkiewicz
c147f03d5f
[nGraph] RTInfo refactor ( #1806 )
2020-08-27 15:41:21 +02:00
Alexey Suhov
038d5d8f22
Update README.md ( #1969 )
2020-08-27 16:29:11 +03:00
Katarzyna Mitrus
410559d497
[ONNX] Update ONNX importer to use SotfPlus-4 ( #1959 )
...
* Use SoftPlus-4 in ONNX importer
* Tests update
2020-08-27 15:55:04 +03:00
Anastasia Kuporosova
bb729d0ee9
[Samples] Use get_ops for iteration over graph in samples ( #1961 )
2020-08-27 14:14:59 +03:00
Ilya Churaev
e60331a232
Use relative paths in error messages ( #1963 )
2020-08-27 14:04:02 +03:00
Alexey Varyzgin
b6b536f23c
[CPU] [MSVC] memcpy and memcpy_s were unified for all layers and SIMD functionality was enabled on VS2019 ( #1374 )
2020-08-27 13:49:31 +03:00
Anton Chetverikov
675e1c821e
Update priorbox extenders ( #1925 )
2020-08-27 13:10:44 +03:00
Evgeny Lazarev
a4d90a0aba
MO fusing activations ( #1942 )
...
* Added HSwish operation
* Added HSwish fusing transformation
* Fixed BOM
* Added unit test for HSwish fusing transformation
* Fixed unit tests for transformations using 'build_graph_with_edge_attrs' function to build the graph
* Added fusion transformation for Swish operation
* Added fusing transformation for Softplus operation
* Added fusion transformation for Mish operation
* Added check for the node name in the unit tests
* Fixed Mish fusion pattern
* Updated Mish fusion transformation. Added unit test
* Updated HSwish fusing transformation
* Updated Swish fusion transformation and tests
* Fixed unit tests
2020-08-27 11:56:52 +03:00
Evgenya Stepyreva
0182b97980
ExperimentalDetectron* shape infer old-style ( #1962 )
...
* ExperimentalDetectron* shape infer old-style
* nGraph reshape tests
2020-08-27 11:52:04 +03:00
Vladimir Paramuzov
ae8be58701
[IE CLDNN] Mixed mode support for proposal primitive ( #1857 )
2020-08-27 11:43:24 +03:00
Evgenya Stepyreva
45070963a5
[MO] Relax Reshape layer hardcode under MatMul ( #1921 )
...
* [MO] Relax Reshape layer hardcode under MatMul
* Memory fix
2020-08-27 09:45:08 +03:00
Evgeny Lazarev
0e9ead3495
Added workaround for logical elementwise operations to change the constant input data type if it does not match the other one ( #1955 )
2020-08-27 08:46:34 +03:00
Jedrzej Hajduczenia
d82a16abd8
[IE CLDNN] Fix fused ops in 1x1 conv fsv16 kernel ( #1948 )
2020-08-26 20:58:51 +03:00
Vladimir Paramuzov
9618367cff
[IE CLDNN] Fixed memory allocation for case when usm is not available ( #1952 )
2020-08-26 20:58:21 +03:00
Ilya Churaev
a072c3b7b6
Fixed mean image support for IR v10 ( #1926 )
...
* Fixed mean image support for IR v10
* Fixed comments
2020-08-26 20:45:54 +03:00
Mikhail Ryzhov
7859aab4b0
Modified samples to support ONNX models ( #1680 )
...
* Modified samples to support ONNX models
- Removed manual loading of IR .bin files (hello_classification, object_detection_sample_ssd)
- Corrected comments
- Added Note in README files
* Modified samples to support ONNX models
- Removed manual loading of IR .bin files (hello_classification, object_detection_sample_ssd)
- Corrected comments
- Added Note in README files
2020-08-26 18:53:24 +03:00
Artyom Anokhov
6a0f3e5efa
[SCRIPTS] install_NEO_OCL_driver.sh: Added verifying current driver version ( #1951 )
...
* install_NEO_OCL_driver.sh: Added verifying current driver version
* install_NEO_OCL_driver.sh: Updated removal oldest driver on Ubuntu. Updated logic on defining
* install_NEO_OCL_driver.sh: Fixed function name
2020-08-26 17:25:33 +03:00
Roman Kazantsev
9d5a6cff70
Enable eager execution while TensorFlow 2 model is loaded ( #1945 )
2020-08-26 17:16:58 +03:00
Anton Pankratv
70839c1663
Fixed threading configuration parameters ( #1919 )
...
* Fixed threading parameters
* Updated documentation
* Fix for macos
* Fix doc
2020-08-26 16:38:41 +03:00
Vladimir Paramuzov
2e7f4949ca
[IE CLDNN] int8 output support in fsv16 dw conv ( #1886 )
2020-08-26 16:15:02 +03:00
Kamil Magierski
b77b2e7fbe
Disable CanConvertFromAOTtoSueModel test ( #1949 )
2020-08-26 16:09:19 +03:00
Anton Pankratv
7c1b87c7aa
Query network should return all supported layers ( #1845 )
...
* Query network should return all supported layers
* Added other plugins. Fixed hetero and multi
* IRv7 test use legacy impl
2020-08-26 15:33:37 +03:00
Maksim Kutakov
99136f0940
[IE TESTS] Add Reverse Seq single layer test ( #1933 )
...
* [IE TESTS] Add Reverse Seq single layer test
* Added spaces for better readability.
2020-08-26 15:13:32 +03:00
Sergey Shlyapnikov
fe6cb54bca
[IE CLDNN] Weights reorders optimization ( #1542 )
...
* [IE CLDNN] Fix incorrect (g)_is_os_(z)yx_isv16_osv16 layout name
* [IE CLDNN] Constant blobs copying improvements
* [IE CLDNN] Weights reorders optimization
2020-08-26 15:12:55 +03:00
Kamil Magierski
4c9fe89487
[GNA] Aligning GNA2 and GNA Unit testing ( #952 )
...
Co-authored-by: kmagiers <kmagiers@intel.com>
2020-08-26 13:43:43 +03:00
Mateusz Tabaka
a6076a1fd6
Introduce Quantize-Dequantize to FakeQuantize transformation ( #1849 )
...
* Introduce Quantize-Dequantize to FakeQuantize transformation
* Revert changes in DequantizeLinear
* apply code format
* Changes after review:
- description for transformation
- remove NGRAPH_CHECK and move some checks from callback to predicates in pattern
- check if out_low/high are broadcastable for FQ's first input
- fix params to copy_runtime_info
* Add type_matches and type_matches_any predicates
* Use get_single_value
* Changes after review:
- add brief description of transformation
- use get_pattern_value_map instead of get_pattern_map
- change opset1 to opset4
- fix params to copy_runtime_info
* Check result of dynamic_pointer_cast
2020-08-26 11:51:51 +03:00
Gleb Kazantaev
4673dc9b9c
Fixed Precision Conversion for GenericIE operation type ( #1917 )
...
* Fixed Precision Conversion for GenericIE operation type
* changed logic for setting output type in GenericIE
2020-08-26 11:31:40 +03:00
Wenzeng Chen
0f524b5523
[IE][VPU]: Fix NCE hang due to input dimensions exceed HW limitation ( #1636 )
...
* Fixed NCE hang due to input dimensions exceed HW limitation
* Added convolution test for big input dimensions
Signed-off-by: wenzengc <wenzeng.chen@intel.com>
2020-08-26 10:38:58 +03:00
Vladislav Volkov
07ebc2d3bd
Improvements for MKLDNN Input node execution ( #1913 )
2020-08-26 08:38:29 +03:00
Gleb Kazantaev
12197a4800
Removed WA with adding fake output for VariadicSplit operation ( #1938 )
2020-08-26 06:28:03 +03:00
Evgenya Stepyreva
c4920ef5a0
[ MO ] Fix for remove_op_node_with_data_node ( #1934 )
2020-08-25 20:30:41 +03:00
Pavel Rodionov
19570916e9
[GNA] Remove profiler ( #1931 )
2020-08-25 19:59:01 +03:00
Anton Chetverikov
84c7b048db
SoftPlus operation implementation ( #1365 )
2020-08-25 19:36:39 +03:00
Ivan Tikhonov
7d1c5877ff
Common specific creator for ops to be converted to ie ops ( #1928 )
...
* Add common specific creator for ops to be converted to ie ops
* fix cpu func tests
* Add macro for specific creators
2020-08-25 19:23:09 +03:00
Maxim Vafin
b9f698b456
Fix output name collision for incorrect ONNX models ( #1930 )
2020-08-25 18:43:43 +03:00
Mateusz Tabaka
7b79db8cc8
Adjust tolerance values in ModelImportRunner to the ones onnxruntime … ( #1894 )
2020-08-25 16:12:55 +02:00
Evgeny Lazarev
aca452def8
Fixed order of transformation to convert the TF OD API SSD models ( #1887 )
...
* Fixed order of transformation to convert the TF OD API SSD models
* Refactored the sub-graph modification for the TF OD API models related to Squeeze/Reshape after SSD heads
2020-08-25 16:39:34 +03:00
Liubov Batanina
c5b19aa8f9
Added BatchNormInference tests ( #1927 )
2020-08-25 16:28:05 +03:00
Ilya Lavrenov
03cd918a30
Deprecated migration to Core guide ( #1910 )
2020-08-25 16:00:09 +03:00
Maksim Doronin
ead37fbebd
[IE][VPU]: Update firmware ( #1915 )
...
* Firmware update contains changed conditions for removing inner dimension with length 1 in Permute kernel
2020-08-25 11:43:24 +03:00
Maksim Doronin
9000dd8be9
[IE][VPU]: Fix KW issues on Linux ( #1916 )
...
* nullptr dereference fixed in Concat and Reduce stages in Graph Transformer
* missed parameters in asserts in StridedSlice stage was added
2020-08-25 11:42:23 +03:00
Edward Shogulin
ee96595d1d
[LPT] BLOCKED layout ignoring ( #1873 )
...
* [LPT] BLOCKED layout ignoring
* [LPT] Permute transformation tests
* [LPT] Tests rework
2020-08-25 10:43:33 +03:00
Alexandra Sidorova
a2f0eef6aa
[CPU] Added H-Swish activation ( #1445 )
2020-08-25 10:19:06 +03:00
Adam Osewski
393e9295cd
Reference implementation for ScatterUpdate ( #1678 )
...
* Reference implementation for ScatterUpdate and use of it in evaluate.
* Review comments. Clarify comments.
* Update file directory.
* Replace scatter_update reference implementation in ngraph/core/reference/
* Remove template code from ScatterUpdate reference implementation
* Apply review requests
Co-authored-by: mitruska <katarzyna.mitrus@intel.com>
2020-08-25 06:12:39 +03:00
Edward Shogulin
db2e5c0728
[LPT] GemmTransformation usage fix ( #1899 )
2020-08-24 20:09:01 +03:00
Tomasz Dołbniak
4013649fe8
v0::Pad operator removal ( #1912 )
...
* v0::Pad operator removal
* Obsolete test removal
2020-08-24 19:03:01 +03:00