You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/fluid/framework/ir
Tomasz Patejko 347bf90412
MKLDNN conv + elementwise_add fusion: bias is also handled
6 years ago
..
CMakeLists.txt MKLDNN conv + elementwise_add fusion: implementation of patterns refarctored, applied to graph. UTs added 6 years ago
attention_lstm_fuse_pass.cc fix some compiler warning 6 years ago
attention_lstm_fuse_pass.h fea/fuse attention lstm simplify.with fusion lstm.with sequnce expand (#13006) 7 years ago
conv_bias_mkldnn_fuse_pass.cc Adjust Conv+bias to placement pass 6 years ago
conv_bias_mkldnn_fuse_pass.h Conv+Bias: Support non-null bias 6 years ago
conv_bn_fuse_pass.cc Add MKL-DNN placement pass (#13958) 6 years ago
conv_bn_fuse_pass.h conv bn fuse pass 6 years ago
conv_elementwise_add_mkldnn_fuse_pass.cc MKLDNN conv + elementwise_add fusion: bias is also handled 6 years ago
conv_elementwise_add_mkldnn_fuse_pass.h MKLDNN conv + elementwise_add fusion: further reformatting 6 years ago
conv_elementwise_add_mkldnn_fuse_pass_tester.cc MKLDNN conv + elementwise_add fusion: bias is also handled 6 years ago
conv_relu_mkldnn_fuse_pass.cc Add MKL-DNN placement pass (#13958) 6 years ago
conv_relu_mkldnn_fuse_pass.h create conv relu pass for MKLDNN (#13258) 7 years ago
conv_relu_mkldnn_fuse_pass_tester.cc Add MKL-DNN placement pass (#13958) 6 years ago
embedding_fc_lstm_fuse_pass.cc - Yet another clarification to comment 6 years ago
embedding_fc_lstm_fuse_pass.h - Added initial pass for embedding-fc-lstm 6 years ago
fc_fuse_pass.cc refactor ir pattern (#13304) 7 years ago
fc_fuse_pass.h fea/refine fuse (#13076) 7 years ago
fc_fuse_pass_tester.cc fea/refine fuse (#13076) 7 years ago
fc_gru_fuse_pass.cc refactor ir pattern (#13304) 7 years ago
fc_gru_fuse_pass.h add fuse fc gru pass 7 years ago
fc_lstm_fuse_pass.cc refine peephole 6 years ago
fc_lstm_fuse_pass.h test/add text-classification test (#13081) 7 years ago
fuse_elewise_add_act_pass.cc Feature/op_fuse_pass (#12440) 6 years ago
fuse_elewise_add_act_pass.h Feature/op_fuse_pass (#12440) 6 years ago
fuse_pass_base.cc Add MKL-DNN placement pass (#13958) 6 years ago
fuse_pass_base.h Add MKL-DNN placement pass (#13958) 6 years ago
graph.cc move nodeid from graph to node (#13065) 7 years ago
graph.h feature/eager_delete_tensor 7 years ago
graph_helper.cc Add GraphChecker (#13580) 6 years ago
graph_helper.h Add GraphChecker (#13580) 6 years ago
graph_helper_test.cc Add GraphChecker (#13580) 6 years ago
graph_pattern_detector.cc Conv+Bias: Support non-null bias 6 years ago
graph_pattern_detector.h Conv+Bias fuse 6 years ago
graph_pattern_detector_tester.cc bugfix/fusion lstm (#13185) 7 years ago
graph_test.cc Fix ut bug for graph_test 7 years ago
graph_to_program_pass.cc graph to program pass 7 years ago
graph_to_program_pass.h graph to program pass 7 years ago
graph_to_program_pass_test.cc fix graph_to_program_test to be platform-independent 7 years ago
graph_traits.cc hide operator API (#12543) 6 years ago
graph_traits.h small fix 7 years ago
graph_viz_pass.cc port VisualDL's graphviz theme to IR (#13246) 7 years ago
graph_viz_pass.h refine/fc lstm fusion link (#13158) 7 years ago
infer_clean_graph_pass.cc bugfix/fusion lstm (#13185) 7 years ago
mkldnn_placement_pass.cc Add MKL-DNN placement pass (#13958) 6 years ago
mkldnn_placement_pass.h Add MKL-DNN placement pass (#13958) 6 years ago
node.cc avoid creating dangling ir::Node. 6 years ago
node.h Feature/op_fuse_pass (#12440) 6 years ago
pass.cc pass builder allow cutomize pass in python. 6 years ago
pass.h fix 6 years ago
pass_builder.cc pass builder allow cutomize pass in python. 6 years ago
pass_builder.h add some comments 6 years ago
pass_test.cc fix 6 years ago
seq_concat_fc_fuse_pass.cc refactor ir pattern (#13304) 7 years ago
seq_concat_fc_fuse_pass.h fea/fuse attention lstm simplify.with fusion lstm.with sequnce expand (#13006) 7 years ago