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
tensor-tang d618e48309
fix fuse square mat order and refine test
6 years ago
..
CMakeLists.txt add fuse pass of sequared mat sub fusion 6 years ago
attention_lstm_fuse_pass.cc Revert the changes of VLOG 6 years ago
attention_lstm_fuse_pass.h
conv_affine_channel_fuse_pass.cc add affine_channel fuse. 6 years ago
conv_affine_channel_fuse_pass.h add affine_channel fuse. 6 years ago
conv_bias_mkldnn_fuse_pass.cc Clean Code 6 years ago
conv_bias_mkldnn_fuse_pass.h Clean Code 6 years ago
conv_bn_fuse_pass.cc Revert the changes of VLOG 6 years ago
conv_bn_fuse_pass.h conv bn fuse pass 6 years ago
conv_elementwise_add2_act_fuse.cc Fea/fuse conv elementwise add fuse (#14669) 6 years ago
conv_elementwise_add2_act_fuse_pass.cc Fix conv_elementwise_add2_act pass 6 years ago
conv_elementwise_add2_act_fuse_pass.h Fea/fuse conv elementwise add fuse (#14669) 6 years ago
conv_elementwise_add_act_fuse_pass.cc Fea/fuse conv elementwise add fuse (#14669) 6 years ago
conv_elementwise_add_act_fuse_pass.h Fea/fuse conv elementwise add fuse (#14669) 6 years ago
conv_elementwise_add_fuse_pass.cc add source file 6 years ago
conv_elementwise_add_fuse_pass.h add source file 6 years ago
conv_elementwise_add_mkldnn_fuse_pass.cc MKLDNN residual connection fuse: fixing accuracy problem (#14874) 6 years ago
conv_elementwise_add_mkldnn_fuse_pass.h MKLDNN residual connections fuse pass: initial implementation of fusion for projection pass 6 years ago
conv_elementwise_add_mkldnn_fuse_pass_tester.cc MKLDNN residual connections fuse pass: unit tests enabled and added 6 years ago
conv_relu_mkldnn_fuse_pass.cc Revert the changes of VLOG 6 years ago
conv_relu_mkldnn_fuse_pass.h add depthwise conv mkldnn pass 6 years ago
conv_relu_mkldnn_fuse_pass_tester.cc fix a few more tests 6 years ago
depthwise_conv_mkldnn_pass.cc Revert the changes of VLOG 6 years ago
depthwise_conv_mkldnn_pass.h add depthwise conv mkldnn pass 6 years ago
depthwise_conv_mkldnn_pass_tester.cc add depthwise conv mkldnn pass 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 Revert the changes of VLOG 6 years ago
fc_fuse_pass.h
fc_fuse_pass_tester.cc fix typo to pass the ci 6 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
fuse_elewise_add_act_pass.cc Revert the changes of VLOG 6 years ago
fuse_elewise_add_act_pass.h Feature/op_fuse_pass (#12440) 7 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 [WIP] Refine MultiDevSSAGraph (#15040) 6 years ago
graph.h Add python ir graph API (#14917) 6 years ago
graph_helper.cc add ir memory optimize. (#14530) 6 years ago
graph_helper.h add ir memory optimize. (#14530) 6 years ago
graph_helper_test.cc fix typo and warning in analyzer_resnet50_test 6 years ago
graph_pattern_detector.cc add_transpose_flatten_concat_fuse (#15121) 6 years ago
graph_pattern_detector.h add_transpose_flatten_concat_fuse (#15121) 6 years ago
graph_pattern_detector_tester.cc
graph_test.cc fix typo and warning in analyzer_resnet50_test 6 years ago
graph_to_program_pass.cc Combine Inference Analysis with IR (#13914) 6 years ago
graph_to_program_pass.h
graph_to_program_pass_test.cc
graph_traits.cc Combine Inference Analysis with IR (#13914) 6 years ago
graph_traits.h Combine Inference Analysis with IR (#13914) 6 years ago
graph_viz_pass.cc Revert the changes of VLOG 6 years ago
graph_viz_pass.h
infer_clean_graph_pass.cc
is_test_pass.cc add HasProtoAttr function in op_desc.h, clean node.h 6 years ago
is_test_pass.h add mkldnn prop_kind phase for inference-only case to pooling and activations (#14278) 6 years ago
is_test_pass_tester.cc add HasProtoAttr function in op_desc.h, clean node.h 6 years ago
lock_free_optimize_pass.cc Polish log 6 years ago
lock_free_optimize_pass.h Add no lock optimize pass 6 years ago
mkldnn_placement_pass.cc add HasProtoAttr function in op_desc.h, clean node.h 6 years ago
mkldnn_placement_pass.h Add MKL-DNN placement pass (#13958) 6 years ago
multi_batch_merge_pass.cc refine batch merge pass (#14777) 6 years ago
multi_batch_merge_pass.h [1.1] [project] train imagenet using large batch size (#13766) 6 years ago
node.cc add ir memory optimize. (#14530) 6 years ago
node.h add ir memory optimize. (#14530) 6 years ago
node_test.cc add tests 6 years ago
pass.cc pass builder allow cutomize pass in python. 6 years ago
pass.h refactor eager deletion 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
repeated_fc_relu_fuse_pass.cc refine and fix test 6 years ago
repeated_fc_relu_fuse_pass.h fix fuse square mat order and refine test 6 years ago
seq_concat_fc_fuse_pass.cc Revert the changes of VLOG 6 years ago
seq_concat_fc_fuse_pass.h
seqconv_eltadd_relu_fuse_pass.cc Revert the changes of VLOG 6 years ago
seqconv_eltadd_relu_fuse_pass.h add seqconv eltadd relu pass 6 years ago
seqpool_concat_fuse_pass.cc add repeated fc relu pass 6 years ago
seqpool_concat_fuse_pass.h follow comment and fix typo 6 years ago
seqpool_concat_fuse_pass_tester.cc refine seqpool concat pass and remove unused nodes 6 years ago
squared_mat_sub_fuse_pass.cc fix fuse square mat order and refine test 6 years ago
squared_mat_sub_fuse_pass.h fix fuse square mat order and refine test 6 years ago
transpose_flatten_concat_fuse_pass.cc add_transpose_flatten_concat_fuse (#15121) 6 years ago
transpose_flatten_concat_fuse_pass.h add_transpose_flatten_concat_fuse (#15121) 6 years ago