onnxruntime/onnxruntime/test/optimizer
JiCheng 47780b7f3b
[XNNPACK] add more computation heavy ops (#13270)
### 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
2022-11-29 09:09:26 +08:00
..
runtime_optimization Add backwards compatibility for all versions of ORT format model in full build. (#13242) 2022-10-12 17:45:52 +10:00
avx2_weight_s8_to_u8_test.cc Fix the remaining Prefast warnings in CPU EP (#13707) 2022-11-21 10:21:38 -08:00
cse_test.cc
dummy_graph_transformer.h
free_dimension_override_test.cc
graph_transform_test.cc Fix the remaining Prefast warnings in CPU EP (#13707) 2022-11-21 10:21:38 -08:00
graph_transform_test_builder.cc Fix the remaining Prefast warnings in CPU EP (#13707) 2022-11-21 10:21:38 -08:00
graph_transform_test_builder.h Fix the remaining Prefast warnings in CPU EP (#13707) 2022-11-21 10:21:38 -08:00
graph_transform_test_fixture.h
graph_transform_utils_test.cc
initializer_test.cc Switch GSL to MS GSL 4.0.0 (#13416) 2022-10-29 04:15:20 -07:00
layout_transformation_potentially_added_ops_test.cc Update kernel matching logic: decouple from op schemas and remove kernel def hashes (#12791) 2022-09-20 14:24:59 -07:00
nchwc_optimizer_test.cc
nhwc_transformer_test.cc
optimizer_test.cc code clean (#12392) 2022-08-01 14:12:35 +08:00
qdq_test_utils.cc [XNNPACK] add more computation heavy ops (#13270) 2022-11-29 09:09:26 +08:00
qdq_test_utils.h [XNNPACK] add more computation heavy ops (#13270) 2022-11-29 09:09:26 +08:00
qdq_transformer_test.cc Adding Split Fusion (#12732) 2022-09-02 14:17:10 -04:00
rule_based_graph_transformer_test.cc
transpose_optimizer_test.cc Resolve GH issue 12706 (#12815) 2022-09-01 18:30:57 -07:00