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
Sylwester Fraczek 9252e8fa08
add int8 mkldnn prior_box (#17242)
6 years ago
..
fuse_optimizer_ops_pass Code Clean: Move all pass to paddle::framework::ir (#17228) 6 years ago
memory_optimize_pass remove two useless flags: enable_subgraph_optimize, memory_optimize_debug, test=develop (#17491) 6 years ago
mkldnn add int8 mkldnn prior_box (#17242) 6 years ago
multi_devices_graph_pass Fix reinitialized ncclid error! (#18025) 6 years ago
CMakeLists.txt Update the Anakin interfaces for content-dnn and MLU (#17890) 6 years ago
alloc_continuous_space_for_grad_pass.cc update alloc_continuous_space_for_grad_pass (#18287) 6 years ago
alloc_continuous_space_for_grad_pass.h Fix FLAGS_fuse_parameter_memory_size unit from Bytes to MBytes. (#17924) 6 years ago
attention_lstm_fuse_pass.cc Add setting Scope function for the graph class (#17417) 6 years ago
attention_lstm_fuse_pass.h Fix the interface of Pass::Apply (#16484) 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 fix bn fuse vardesc and add model saver (#17143) 6 years ago
conv_bn_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
conv_elementwise_add2_act_fuse.cc Fix the interface of Pass::Apply (#16484) 6 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
delete_quant_dequant_op_pass.cc TRT: Support set dynamic range in int8 mode. (#17524) 6 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 Add setting Scope function for the graph class (#17417) 6 years ago
embedding_fc_lstm_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
fc_fuse_pass.cc TRT: Support set dynamic range in int8 mode. (#17524) 6 years ago
fc_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
fc_fuse_pass_tester.cc Fix the interface of Pass::Apply (#16484) 6 years ago
fc_gru_fuse_pass.cc Add setting Scope function for the graph class (#17417) 6 years ago
fc_gru_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
fc_lstm_fuse_pass.cc Add setting Scope function for the graph class (#17417) 6 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_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 Merge pull request #16162 from wzzju/fix_nan_static_quant 6 years ago
graph_helper.cc update alloc_continuous_space_for_grad_pass (#18287) 6 years ago
graph_helper.h update alloc_continuous_space_for_grad_pass (#18287) 6 years ago
graph_helper_test.cc refine build strategy. test=develop 6 years ago
graph_pattern_detector.cc add int8 mkldnn prior_box (#17242) 6 years ago
graph_pattern_detector.h add int8 mkldnn prior_box (#17242) 6 years ago
graph_pattern_detector_tester.cc bugfix/fusion lstm (#13185) 7 years ago
graph_test.cc Polish code style 6 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 two bug: 6 years ago
graph_traits.h Combine Inference Analysis with IR (#13914) 6 years ago
graph_viz_pass.cc Fix the interface of Pass::Apply (#16484) 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
infer_clean_graph_pass.cc 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
ngraph_subgraph_pass.cc Capi for a ngraph engine (#17037) 6 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 Rewrite inplace pass and fix gc bug (#17126) 6 years ago
node_test.cc add tests 6 years ago
pass.cc update alloc_continuous_space_for_grad_pass (#18287) 6 years ago
pass.h Fix the interface of Pass::Apply (#16484) 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 the interface of Pass::Apply (#16484) 6 years ago
quant_conv2d_dequant_fuse_pass.cc TRT: Support set dynamic range in int8 mode. (#17524) 6 years ago
quant_conv2d_dequant_fuse_pass.h Anakin ssd support 6 years ago
repeated_fc_relu_fuse_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
repeated_fc_relu_fuse_pass.h Fix the interface of Pass::Apply (#16484) 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 the interface of Pass::Apply (#16484) 6 years ago
seq_concat_fc_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
seqconv_eltadd_relu_fuse_pass.cc Add setting Scope function for the graph class (#17417) 6 years ago
seqconv_eltadd_relu_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
seqpool_concat_fuse_pass.cc Fix the interface of Pass::Apply (#16484) 6 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
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
squared_mat_sub_fuse_pass.cc Fix the interface of Pass::Apply (#16484) 6 years ago
squared_mat_sub_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
sync_batch_norm_pass.cc Code Clean: Move all pass to paddle::framework::ir (#17228) 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