mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
### Description This is the first PR of adding remaining Ops for XNPACK EP, I am gonna add: - [x] ConvTranspose f32 qu8 q s8 - [x] ~~UnMaxpool f32 qu8 qs8~~ - [x] Resize f32 qu8 q s8 - [ ] GEMM see https://github.com/microsoft/onnxruntime/pull/13126 The remains operation support would be seperated into another PR. ### Motivation and Context |
||
|---|---|---|
| .. | ||
| runtime_optimization | ||
| avx2_weight_s8_to_u8_test.cc | ||
| cse_test.cc | ||
| dummy_graph_transformer.h | ||
| 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 | ||