openvino/inference-engine/tests/functional/plugin/cpu
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
..
bfloat16 [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
extension Added nGraph as a public dependency (#6071) 2021-08-02 18:48:16 +03:00
onnx Fix performance on resnet50 quantized models (#7670) 2021-10-13 10:18:37 +03:00
shared_tests_instances Add input/output to ov ExecNetwork (#7650) 2021-10-12 13:11:25 +03:00
single_layer_tests [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
subgraph_tests [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
test_utils Enable SoftmaxFusion inside MOC Transformations pipeline (#7684) 2021-09-28 10:46:31 +03:00
CMakeLists.txt Fix performance on resnet50 quantized models (#7670) 2021-10-13 10:18:37 +03:00