Anna Alberska
37357350ad
refactor import network ( #1871 )
2020-08-28 13:48:48 +03:00
Mateusz Bencer
55e4d5673a
NormalizeL2 transformation ( #1892 )
...
* first version of implementation
* added unit tests
* changed multiply to pow
* doc + unit tests
* more unit tests
* code review remarks
* missing new line
* remarks
* review remarks
* Build fix - update constant check function in HSwishFusionWithClamp
Co-authored-by: mitruska <katarzyna.mitrus@intel.com >
2020-08-28 06:51:46 +03:00
Vladimir Paramuzov
34ba00174e
[IE CLDNN] Cleanup part 2 ( #1865 )
...
* [IE CLDNN] Removed some unused kernels and layouts
* [IE CLDNN] Removed bsv4_fsv32 layout
* [IE CLDNN] Removed remaining BF8_XY16 usages. Removed definitions.cl
2020-08-27 23:06:20 +03:00
Mikhail Letavin
1690c93629
[IE CLDNN] Move iGPU to first position in GPU device map ( #1828 )
2020-08-27 21:25:24 +03:00
Andrey Sokolov
3ac60b08e2
[IE][VPU]: ROIAlign : use CHWc version ( #1937 )
...
* ROIAlign optimization (step 3): use CHWc version
2020-08-27 20:45:33 +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
Alexey Suhov
038d5d8f22
Update README.md ( #1969 )
2020-08-27 16:29:11 +03:00
Anastasia Kuporosova
bb729d0ee9
[Samples] Use get_ops for iteration over graph in samples ( #1961 )
2020-08-27 14:14:59 +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
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
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
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
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
Liubov Batanina
c5b19aa8f9
Added BatchNormInference tests ( #1927 )
2020-08-25 16:28:05 +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
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
Pavel Rodionov
0ad27cb527
[GNA] Change GNA library version to 1047.1 ( #1867 )
2020-08-24 18:20:31 +03:00
Konrad Dobros
f927d71ce4
[IE CLDNN] Fix concat in place with conv interactions ( #1714 )
...
This change fixes concatenation in place optimization where it may
interact with convolution that uses physical padding.
One of such cases is where input to optimized concatenation is also
input to convolution, so it should have padding to enable optimized
implementation.
Previously for all concatenation inputs padding was overriden with only
concatenation axis being padded.
This change fixes this issue by propagating padding across inputs and
output.
2020-08-24 17:37:46 +03:00
Tomasz Socha
c19cd4765b
Add reshaping of dynamic network in python tests ( #1850 )
2020-08-24 13:58:38 +02:00
Anastasia Kuporosova
d871a0e05f
[Python API] Deprecation of DataPtr.creator_layer and DataPtr.input_to properties ( #1905 )
2020-08-24 14:57:55 +03:00
Ivan Tikhonov
cb72684388
Partial revert a commit with reference implementations of PriorBox(Clustered) ops ( #1878 )
...
* partial revert a commit with reference implementations of PriorBox(Clustered), disable references for this ops
* ngraph codestyle
* disable const folding unit tests for PriorBox(Clustered)
* fix arm build
* fix unit test
* Revert "fix unit test"
This reverts commit 1fe59e55d6 .
2020-08-24 14:31:32 +03:00
Liubov Batanina
719797326b
Added test for Pad ( #1902 )
...
* Addded test for Pad
* Add builder
2020-08-24 14:16:29 +03:00
Vladimir Paramuzov
2acf3f27e1
[IE CLDNN] Enabled tensor pitches in topk kernel for 0 input ( #1898 )
2020-08-24 13:03:39 +03:00
Lukasz Debski
0a5dfc62b2
[IE CLDNN] Forcing bfzyx format in MVN layer ( #1903 )
2020-08-24 13:03:21 +03:00
Vladimir Paramuzov
c8aa3a7f2b
[IE CLDNN] FP16 support for some quantized kernels ( #1855 )
2020-08-24 08:47:45 +03:00
Denis Orlov
3ae90cf258
[GNA] Additional checks ( #1018 )
2020-08-21 14:43:01 +03:00
Ilya Churaev
f009be66c2
Added detailed error messages for cases when network has dynamic shapes on the conversion moment ( #1890 )
2020-08-21 13:13:44 +03:00
Harald Rotuna
84028be544
Add method to classification_result for returning results ( #1460 )
2020-08-21 11:59:12 +03:00