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
Zhen Wang 46189b166d
Add bn and relu fuse pass (#22048)
5 years ago
..
fuse_optimizer_ops_pass Optimize adam speed (#21777) 5 years ago
fusion_group Polish the PADDLE_ENFORCE in fusion_group pass related codes. (#22144) 5 years ago
memory_optimize_pass Polish reference count pass (#21324) 5 years ago
mkldnn Add multiple quantize operators fuse (#22062) 5 years ago
multi_devices_graph_pass Fix warn of gcc8 (#21205) 5 years ago
CMakeLists.txt Add bn and relu fuse pass (#22048) 5 years ago
attention_lstm_fuse_pass.cc Fix multi-threads memory out of bounds error for passes (#21920) 5 years ago
attention_lstm_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
coalesce_grad_tensor_pass.cc Fix warn of gcc8 (#21205) 5 years ago
coalesce_grad_tensor_pass.h Make fuse_optimizer_op_pass also work when the model contains sparse gradients. (#18664) 6 years ago
conv_affine_channel_fuse_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
conv_affine_channel_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
conv_bn_fuse_pass.cc Add ConvTranspose + BatchNorm fuse pass (#20161) 5 years ago
conv_bn_fuse_pass.h Add ConvTranspose + BatchNorm fuse pass (#20161) 5 years ago
conv_bn_fuse_pass_tester.cc Add ConvTranspose + BatchNorm fuse pass (#20161) 5 years ago
conv_elementwise_add2_act_fuse_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
conv_elementwise_add2_act_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
conv_elementwise_add_act_fuse_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
conv_elementwise_add_act_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
conv_elementwise_add_fuse_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
conv_elementwise_add_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
cudnn_placement_pass.cc A a pass to enable the use of cudnn (#19346) 6 years ago
cudnn_placement_pass.h A a pass to enable the use of cudnn (#19346) 6 years ago
cudnn_placement_pass_tester.cc A a pass to enable the use of cudnn (#19346) 6 years ago
delete_quant_dequant_op_pass.cc TRT int8: refine trt int8 for dynamic range set (#21112) 5 years ago
delete_quant_dequant_op_pass.h TRT: Support set dynamic range in int8 mode. (#17524) 6 years ago
embedding_fc_lstm_fuse_pass.cc Fix multi-threads memory out of bounds error for passes (#21920) 5 years ago
embedding_fc_lstm_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
fc_elementwise_layernorm_fuse_pass.cc Add a pass to fuse fc+elementwise_add+layernorm (#19776) 6 years ago
fc_elementwise_layernorm_fuse_pass.h Add a pass to fuse fc+elementwise_add+layernorm (#19776) 6 years ago
fc_elementwise_layernorm_fuse_pass_tester.cc Add a pass to fuse fc+elementwise_add+layernorm (#19776) 6 years ago
fc_fuse_pass.cc [DNNL] 3D Fully-Connected (#21746) 5 years ago
fc_fuse_pass.h Enhance fc_fuse_pass to enable fusing relu to fc_op (#19733) 6 years ago
fc_fuse_pass_tester.cc Add fc padding to improve mkl GEMM's performance when N and K are multiple of 128. (#20972) 5 years ago
fc_gru_fuse_pass.cc fix multi-thread error of fc_gru_fuse_pass.cc, test=develop (#21841) 5 years ago
fc_gru_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
fc_lstm_fuse_pass.cc Fix multi-threads memory out of bounds error for passes (#21920) 5 years ago
fc_lstm_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
fillconstant_elementwisemul_fuse.cc Anakin ssd support 6 years ago
fillconstant_elementwisemul_fuse.h Anakin ssd support 6 years ago
fuse_bn_act_pass.cc Add bn and relu fuse pass (#22048) 5 years ago
fuse_bn_act_pass.h Add bn and relu fuse pass (#22048) 5 years ago
fuse_elewise_add_act_pass.cc Enhance fused_elementwise_activation op and add python api in contrib.layers (#17236) 6 years ago
fuse_elewise_add_act_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
fuse_pass_base.cc Add setting Scope function for the graph class (#17417) 6 years ago
fuse_pass_base.h fix comments and fix cpplint 6 years ago
fuse_relu_depthwise_conv_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
fuse_relu_depthwise_conv_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
graph.cc Add backward and optimizer operator dependency pass. (#17746) 6 years ago
graph.h Add examples for error message writing specification - NotFound, OutOfRange, AlreadyExists, PermissionDenied (#21134) 5 years ago
graph_helper.cc Make fuse_optimizer_op_pass also work when the model contains sparse gradients. (#18664) 6 years ago
graph_helper.h Make fuse_optimizer_op_pass also work when the model contains sparse gradients. (#18664) 6 years ago
graph_helper_test.cc refine build strategy. test=develop 6 years ago
graph_pattern_detector.cc Add bn and relu fuse pass (#22048) 5 years ago
graph_pattern_detector.h Add bn and relu fuse pass (#22048) 5 years ago
graph_pattern_detector_tester.cc
graph_printer.h Open fuse optimization ops (#18741) 6 years ago
graph_test.cc fix -Wno-error=sign-compare warning in gcc8 (#21434) 5 years ago
graph_to_program_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
graph_to_program_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
graph_to_program_pass_test.cc Fix the interface of Pass::Apply (#16484) 6 years ago
graph_traits.cc fix ts_sort's bug, test=develop (#20720) 5 years ago
graph_traits.h Combine Inference Analysis with IR (#13914) 6 years ago
graph_viz_pass.cc Enhance fc_fuse_pass to enable fusing relu to fc_op (#19733) 6 years ago
graph_viz_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
identity_scale_op_clean_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
identity_scale_op_clean_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
is_test_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
is_test_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
is_test_pass_tester.cc Fix the interface of Pass::Apply (#16484) 6 years ago
lock_free_optimize_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
lock_free_optimize_pass.h Remove attribute in Allocator::Allocate (#17878) 6 years ago
multi_batch_merge_pass.cc fix batch merge bug (#16601) 6 years ago
multi_batch_merge_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
multihead_matmul_fuse_pass.cc Add Multihead matmul fuse pass (#20167) 5 years ago
multihead_matmul_fuse_pass.h Add Multihead matmul fuse pass (#20167) 5 years ago
multihead_matmul_fuse_pass_tester.cc Implement a pass detect fusion group of elementwise op (#19884) 5 years ago
ngraph_subgraph_pass.cc Remove subgraph_detector from inference/analysis to the common framework/ir directory. (#22094) 5 years ago
ngraph_subgraph_pass.h Capi for a ngraph engine (#17037) 6 years ago
node.cc add ir memory optimize. (#14530) 6 years ago
node.h refine PADDLE_ENFORCE codes for unify PADDLE_ASSERT_MSG (#19603) 6 years ago
node_test.cc add tests 6 years ago
pass.cc Open fuse optimization ops (#18741) 6 years ago
pass.h Add examples for error message writing specification - NotFound, OutOfRange, AlreadyExists, PermissionDenied (#21134) 5 years ago
pass_builder.cc Open fuse broadcast option (#18833) 6 years ago
pass_builder.h add some comments 7 years ago
pass_test.cc add support to gcc8, add docker env test=develop (#19807) 5 years ago
pass_tester_helper.h Polish the PADDLE_ENFORCE in fusion_group pass related codes. (#22144) 5 years ago
placement_pass_base.cc A a pass to enable the use of cudnn (#19346) 6 years ago
placement_pass_base.h A a pass to enable the use of cudnn (#19346) 6 years ago
quant_conv2d_dequant_fuse_pass.cc TRT int8: refine trt int8 for dynamic range set (#21112) 5 years ago
quant_conv2d_dequant_fuse_pass.h Anakin ssd support 6 years ago
repeated_fc_relu_fuse_pass.cc Add examples for error message writing specification - NotFound, OutOfRange, AlreadyExists, PermissionDenied (#21134) 5 years ago
repeated_fc_relu_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
repeated_fc_relu_fuse_pass_tester.cc Enhance fc_fuse_pass to enable fusing relu to fc_op (#19733) 6 years ago
runtime_context_cache_pass.cc Enable the runtime_context_cache pass in train phase (#16640) 6 years ago
runtime_context_cache_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
seq_concat_fc_fuse_pass.cc Fix multi-threads memory out of bounds error for passes (#21920) 5 years ago
seq_concat_fc_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
seqconv_eltadd_relu_fuse_pass.cc Fix multi-threads memory out of bounds error for passes (#21920) 5 years ago
seqconv_eltadd_relu_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
seqpool_concat_fuse_pass.cc Add examples for error message writing specification - NotFound, OutOfRange, AlreadyExists, PermissionDenied (#21134) 5 years ago
seqpool_concat_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
seqpool_concat_fuse_pass_tester.cc Fix the interface of Pass::Apply (#16484) 6 years ago
seqpool_cvm_concat_fuse_pass.cc Fusion: seqpool_cvm_concat (#18471) 6 years ago
seqpool_cvm_concat_fuse_pass.h Fusion: seqpool_cvm_concat (#18471) 6 years ago
seqpool_cvm_concat_fuse_pass_tester.cc Fusion: seqpool_cvm_concat (#18471) 6 years ago
shuffle_channel_detect_pass.cc Cherry-pick benchmark related changes from release/1.4 (#17156) 6 years ago
shuffle_channel_detect_pass.h Cherry-pick benchmark related changes from release/1.4 (#17156) 6 years ago
simplify_anakin_priorbox_detection_out_pass.cc Anakin ssd support 6 years ago
simplify_anakin_priorbox_detection_out_pass.h Anakin ssd support 6 years ago
simplify_with_basic_ops_pass.cc Add a pass to replace dropout_op with scale_op when is_test is true (#19297) 6 years ago
simplify_with_basic_ops_pass.h Add a pass to replace dropout_op with scale_op when is_test is true (#19297) 6 years ago
simplify_with_basic_ops_pass_tester.cc Implement a pass detect fusion group of elementwise op (#19884) 5 years ago
squared_mat_sub_fuse_pass.cc fix squared_mat_sub_fuse_pass when elementwise_op input is from persistable param test=develop (#20960) 5 years ago
squared_mat_sub_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
subgraph_detector.cc Remove subgraph_detector from inference/analysis to the common framework/ir directory. (#22094) 5 years ago
subgraph_detector.h Remove subgraph_detector from inference/analysis to the common framework/ir directory. (#22094) 5 years ago
sync_batch_norm_pass.cc Open fuse optimization ops (#18741) 6 years ago
sync_batch_norm_pass_tester.cc Code Clean: Move all pass to paddle::framework::ir (#17228) 6 years ago
transpose_flatten_concat_fuse_pass.cc Anakin ssd support 6 years ago
transpose_flatten_concat_fuse_pass.h Anakin ssd support 6 years ago