onnxruntime/onnxruntime/test/optimizer
Vincent Wang 03beed0ceb
Remove Cast before and after Gelu (#11885)
* fuse cast gelu

* use PropagateCastOps

* fix ut
2022-06-22 09:07:48 +08:00
..
runtime_optimization Remove unnecessary option from convert_onnx_models_to_ort.py, fix old instructions. (#11088) 2022-04-11 11:19:21 -07:00
cse_test.cc Change onnxruntime::make_unique to std::make_unique (#7502) 2021-04-29 17:04:53 -07:00
dummy_graph_transformer.h
free_dimension_override_test.cc Make onnxruntime::Status nodiscard (#9279) 2021-10-08 17:10:31 -07:00
graph_transform_test.cc Remove Cast before and after Gelu (#11885) 2022-06-22 09:07:48 +08:00
graph_transform_test_builder.cc Remove Cast before and after Gelu (#11885) 2022-06-22 09:07:48 +08:00
graph_transform_test_builder.h Remove Cast before and after Gelu (#11885) 2022-06-22 09:07:48 +08:00
graph_transform_test_fixture.h
graph_transform_utils_test.cc Refactor transformers and other code to reduce memory allocation calls (#10523) 2022-02-24 16:17:14 -08:00
initializer_test.cc Rework initializer.cc to eliminate code duplication (#11131) 2022-04-08 09:42:31 -07:00
nchwc_optimizer_test.cc Convert ConvActivationFusion transformer to a selector action transformer. (#10687) 2022-03-02 13:47:55 +10:00
nhwc_transformer_test.cc Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
optimizer_test.cc Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
qdq_test_utils.cc [NNAPI QDQ] add qdq gemm/matmul op support (#11089) 2022-04-26 14:29:26 -07:00
qdq_test_utils.h [NNAPI QDQ] add qdq gemm/matmul op support (#11089) 2022-04-26 14:29:26 -07:00
qdq_transformer_test.cc Fix clash between QDQ propagation and TransposeOptimizer (#11636) 2022-06-03 16:16:35 -07:00
rule_based_graph_transformer_test.cc Refactor transformers and other code to reduce memory allocation calls (#10523) 2022-02-24 16:17:14 -08:00
transpose_optimizer_test.cc Upsample support NHWC (#10824) 2022-04-11 11:39:17 -07:00