mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
### Description - Now uses QNN's Resize operator for quantized models - Still uses QNN's ResizeBilinear or ResizeNearestNeighbor for non-quantized models. ### Motivation and Context This update is necessary to support more models on QNN HTP backend. Specifically, we need to support Resize's `pytorch_half_pixel` coordinate transformation mode on HTP. |
||
|---|---|---|
| .. | ||
| runtime_optimization | ||
| avx2_weight_s8_to_u8_test.cc | ||
| compute_optimizer_test.cc | ||
| conv_add_act_test.cc | ||
| cse_test.cc | ||
| dummy_graph_transformer.h | ||
| ensure_unique_dq_for_node_unit_test.cc | ||
| free_dimension_override_test.cc | ||
| graph_transform_test.cc | ||
| graph_transform_test_builder.cc | ||
| graph_transform_test_builder.h | ||
| graph_transform_test_fixture.h | ||
| graph_transform_utils_test.cc | ||
| initializer_test.cc | ||
| layout_transformation_potentially_added_ops_test.cc | ||
| nchwc_optimizer_test.cc | ||
| nhwc_transformer_test.cc | ||
| optimizer_test.cc | ||
| qdq_test_utils.cc | ||
| qdq_test_utils.h | ||
| qdq_transformer_test.cc | ||
| rule_based_graph_transformer_test.cc | ||
| transpose_optimizer_test.cc | ||