onnxruntime/onnxruntime/core/optimizer
2019-12-13 11:13:55 -08:00
..
attention_fusion.cc Add Attention Fusion Transformer (#2445) 2019-11-25 14:46:37 -08:00
attention_fusion.h Add Attention Fusion Transformer (#2445) 2019-11-25 14:46:37 -08:00
bias_gelu_fusion.cc Add more check on SkipLayerNorm and BiasGelu fusion (#2574) 2019-12-06 15:36:02 -08:00
bias_gelu_fusion.h Implement AddGelu and SkipLayerNorm (#2487) 2019-11-28 08:29:59 -08:00
constant_folding.cc Fix constant folding of node assigned to CUDA (#2510) 2019-12-03 16:28:44 +10:00
constant_folding.h Fix constant folding of node assigned to CUDA (#2510) 2019-12-03 16:28:44 +10:00
conv_activation_fusion.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
conv_activation_fusion.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
conv_add_fusion.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
conv_add_fusion.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
conv_bn_fusion.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
conv_bn_fusion.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
conv_mul_fusion.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
conv_mul_fusion.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
dropout_elimination.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
dropout_elimination.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
embed_layer_norm_fusion.cc Improve Embed Layer Norm Fusion for SQuAD with static input shape (#2621) 2019-12-11 15:25:35 -08:00
embed_layer_norm_fusion.h EmbedLayerNormalization fusion (#2452) 2019-11-28 14:03:58 -08:00
free_dim_override_transformer.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
free_dim_override_transformer.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
gelu_approximation.cc Implement AddGelu and SkipLayerNorm (#2487) 2019-11-28 08:29:59 -08:00
gelu_approximation.h Add a transformer to use Gelu approximation for cuda provider (#2480) 2019-11-27 10:15:50 -08:00
gelu_fusion.cc Add Reshape Fusion (#2395) 2019-11-18 10:07:10 -08:00
gelu_fusion.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
gemm_activation_fusion.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
gemm_activation_fusion.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
graph_transformer.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
graph_transformer_mgr.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
graph_transformer_mgr.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
graph_transformer_utils.cc EmbedLayerNormalization fusion (#2452) 2019-11-28 14:03:58 -08:00
identity_elimination.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
identity_elimination.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
initializer.h Slice elimination support for opsets 10 and 11 (#2171) 2019-10-20 01:14:55 -07:00
insert_cast_transformer.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
insert_cast_transformer.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
layer_norm_fusion.cc Fix memory exception in Layer Norm Fusion (#2644) 2019-12-13 11:13:55 -08:00
layer_norm_fusion.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
matmul_add_fusion.cc Fix the issue in matmul_add_fusion (#2407) 2019-11-18 10:50:44 -08:00
matmul_add_fusion.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
nchwc_transformer.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
nchwc_transformer.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
optimizer_execution_frame.cc Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00
optimizer_execution_frame.h Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07:00
relu_clip_fusion.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
relu_clip_fusion.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
reshape_fusion.cc Add support for opset 11 in reshape fusion (#2592) 2019-12-10 10:29:41 -08:00
reshape_fusion.h Add Reshape Fusion (#2395) 2019-11-18 10:07:10 -08:00
rule_based_graph_transformer.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
shape_to_initializer.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
shape_to_initializer.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
skip_layer_norm_fusion.cc Add more check on SkipLayerNorm and BiasGelu fusion (#2574) 2019-12-06 15:36:02 -08:00
skip_layer_norm_fusion.h EmbedLayerNormalization fusion (#2452) 2019-11-28 14:03:58 -08:00
slice_elimination.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
slice_elimination.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
transformer_memcpy.cc Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
transformer_memcpy.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
unsqueeze_elimination.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
unsqueeze_elimination.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
utils.cc fix float16 comparison in initializer (#2629) 2019-12-11 19:03:57 -08:00
utils.h Add Attention Fusion Transformer (#2445) 2019-11-25 14:46:37 -08:00