openvino/inference-engine
Mateusz Tabaka db527fff41
Fix performance on resnet50 quantized models (#7670)
* Fix performance on resnet50 quantized models

LP transformations won't work on the model unless the last 4 inputs to FakeQuantize
are constants. In order to meet that requirement, we need to perform constant folding
for those inputs in QuantizeLinear ONNX operator.

Ticket: 65375

* fix "Cannot find blob with name: y" exception during onnx_model_quant_conv_linear

* remove linking with onnx_ngraph_frontend

* fix exclude path
2021-10-13 10:18:37 +03:00
..
cmake [IE][VPU] Update FW (#7499) 2021-10-07 15:57:13 +03:00
ie_bridges Set scikit-image~=0.18.3 for python versions >=3.7 (#7910) 2021-10-12 11:49:42 +03:00
samples limit supported formats by MNIST database only, added lenet.labels file (#7947) 2021-10-12 18:17:58 +03:00
src Fix performance on resnet50 quantized models (#7670) 2021-10-13 10:18:37 +03:00
tests Fix performance on resnet50 quantized models (#7670) 2021-10-13 10:18:37 +03:00
tests_deprecated Added reporting of unresolved symbols for plugins (#7810) 2021-10-05 04:26:01 +03:00
thirdparty [GPU] Onednn integration for handling reorders (#7764) 2021-10-13 15:06:53 +09:00
.editorconfig publish master branch snapshot, revision 49482ae3bea0cbaa07474f86f36db11943142687 2020-05-13 21:12:22 +03:00
CMakeLists.txt New IRC package structure (#6255) 2021-09-15 16:49:11 +03:00