onnxruntime/onnxruntime/core/optimizer
2019-04-02 21:48:06 -07:00
..
constant_folding.cc Convert Unsqueeze elimination to rewrite rule + improvements in graph utils and graph transformer utils (#670) 2019-03-26 13:58:15 -07:00
constant_folding.h Convert Unsqueeze elimination to rewrite rule + improvements in graph utils and graph transformer utils (#670) 2019-03-26 13:58:15 -07:00
conv_activation_fusion.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
conv_activation_fusion.h fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
conv_add_fusion.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
conv_add_fusion.h fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
conv_bn_fusion.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
conv_bn_fusion.h Create a separate component for graph optimization. (#421) 2019-02-04 15:45:12 -08:00
conv_mul_fusion.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
conv_mul_fusion.h fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
gemm_activation_fusion.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
gemm_activation_fusion.h fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
graph_transformer.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
graph_transformer_mgr.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
graph_transformer_mgr.h fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
graph_transformer_utils.cc Fix a shape inference bug for FusedConv and MaxpoolWithMask (#748) 2019-04-02 21:48:06 -07:00
identity_elimination.cc Convert Unsqueeze elimination to rewrite rule + improvements in graph utils and graph transformer utils (#670) 2019-03-26 13:58:15 -07:00
identity_elimination.h Convert Unsqueeze elimination to rewrite rule + improvements in graph utils and graph transformer utils (#670) 2019-03-26 13:58:15 -07:00
initializer.h Add float16 support for fusion (#476) 2019-02-14 10:01:25 -08:00
insert_cast_transformer.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
insert_cast_transformer.h Delete dead code 2019-02-06 15:34:41 -08:00
matmul_add_fusion.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
matmul_add_fusion.h fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
optimizer_execution_frame.cc Support memory mapping on Linux 2019-03-11 19:39:02 -07:00
optimizer_execution_frame.h Support memory mapping on Linux 2019-03-11 19:39:02 -07:00
rule_based_graph_transformer.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
slice_elimination.cc Convert Unsqueeze elimination to rewrite rule + improvements in graph utils and graph transformer utils (#670) 2019-03-26 13:58:15 -07:00
slice_elimination.h Convert Unsqueeze elimination to rewrite rule + improvements in graph utils and graph transformer utils (#670) 2019-03-26 13:58:15 -07:00
transformer_memcpy.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
transformer_memcpy.h Create a separate component for graph optimization. (#421) 2019-02-04 15:45:12 -08:00
unsqueeze_elimination.cc Convert Unsqueeze elimination to rewrite rule + improvements in graph utils and graph transformer utils (#670) 2019-03-26 13:58:15 -07:00
unsqueeze_elimination.h Convert Unsqueeze elimination to rewrite rule + improvements in graph utils and graph transformer utils (#670) 2019-03-26 13:58:15 -07:00