* 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 |
||
|---|---|---|
| .. | ||
| base | ||
| behavior | ||
| configuration_tests | ||
| execution_graph_tests | ||
| hetero | ||
| import_export_tests | ||
| low_precision_transformations | ||
| multi | ||
| ngraph_conversion_tests | ||
| onnx | ||
| read_ir | ||
| single_layer_tests | ||
| subgraph_tests | ||