onnxruntime/onnxruntime
Adrian Lizarraga 4838cb6b3e
[QNN Quantization] Ensure fused nodes have names (#19650)
### Description
- Updates the `qnn_preprocess_model()` method to set a name for any new
nodes added to the graph (due to fusion).
- Updates the `qnn_preprocess_model()` method to set a name for any
unnamed nodes that previously existed in the original graph.
- Adds unit tests for fusions (previously missing)
  - Checks that fused node names exist and are unique
  - Checks that fused graph is equivalent to original graph


### Motivation and Context
Nodes are not strictly required to have names. However, a
planned/upcoming feature to support mixed-precision (integer) quantized
models needs nodes to have names.
2024-02-27 02:27:35 -08:00
..
contrib_ops Add support for NHWC GridSample in the CUDA EP and enable grid_sample_test for all EPs (#19562) 2024-02-22 19:47:15 -08:00
core support user_compute_stream for rocm ep (#19619) 2024-02-27 11:31:03 +08:00
python [QNN Quantization] Ensure fused nodes have names (#19650) 2024-02-27 02:27:35 -08:00
test [QNN Quantization] Ensure fused nodes have names (#19650) 2024-02-27 02:27:35 -08:00
tool/etw
wasm [js/webgpu] Support capture and replay for jsep (#18989) 2024-01-30 18:28:03 -08:00
__init__.py [ORT 1.17.0 release] Bump up version to 1.18.0 (#19170) 2024-01-17 11:18:32 -08:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings