openvino/inference-engine/tests/functional/plugin
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
..
conformance Introduced OpenVINO RTTI and add version string to operations (#7288) 2021-09-23 13:29:39 +03:00
cpu Fix performance on resnet50 quantized models (#7670) 2021-10-13 10:18:37 +03:00
gna Add input/output to ov ExecNetwork (#7650) 2021-10-12 13:11:25 +03:00
gpu [GPU] Add GPU plugin metric to get statistics of GPU memory allocated by engine (#7758) 2021-10-13 05:40:51 +03:00
myriad Added reporting of unresolved symbols for plugins (#7810) 2021-10-05 04:26:01 +03:00
shared Fix performance on resnet50 quantized models (#7670) 2021-10-13 10:18:37 +03:00
CMakeLists.txt Minimized legacy usage in tests (#5591) 2021-05-14 18:47:54 +03:00