openvino/inference-engine/tests/functional/plugin/shared/include
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
..
base Fixed precisions conversion in new API with compile_model(filename) (#7711) 2021-09-29 07:00:13 +03:00
behavior Use runtime::Tensor instead of Blob in read_model (#7951) 2021-10-13 09:13:11 +03:00
configuration_tests [IE TESTS] Behavior2.0 -> InferRequest() (#6559) 2021-08-25 14:43:19 +03:00
execution_graph_tests Added suggest-override flag (#6631) 2021-07-16 18:55:05 +03:00
hetero Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
import_export_tests Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
low_precision_transformations [LPT] MoveFakeQuantize (#6723) 2021-09-15 17:15:57 +03:00
multi Created Remote context c++ API (#7114) 2021-08-25 18:16:41 +03:00
ngraph_conversion_tests Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
onnx Fix performance on resnet50 quantized models (#7670) 2021-10-13 10:18:37 +03:00
read_ir Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +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 [GNA] Improved accuracy on model after Accuracy Aware (#7576) 2021-09-28 11:34:09 +03:00