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
nhzlx c407dfa3cb
cherry-pick from feature/anakin-engine: refine paddle-anakin to new interface. #16276
6 years ago
..
mkldnn Add MKL-DNN placement pass tester 6 years ago
CMakeLists.txt cherry-pick from feature/anakin-engine: refine paddle-anakin to new interface. #16276 6 years ago
anakin_fillconstant_elementwisemul_fuse.cc cherry-pick from feature/anakin-engine: deal the changing shape when using anakin #16189 6 years ago
anakin_fillconstant_elementwisemul_fuse.h cherry-pick from feature/anakin-engine: deal the changing shape when using anakin #16189 6 years ago
attention_lstm_fuse_pass.cc Revert the changes of VLOG 6 years ago
attention_lstm_fuse_pass.h add override to ApplyImpl 6 years ago
conv_affine_channel_fuse_pass.cc add affine_channel fuse. 6 years ago
conv_affine_channel_fuse_pass.h add override to ApplyImpl 6 years ago
conv_bn_fuse_pass.cc fix warnings (#15790) 6 years ago
conv_bn_fuse_pass.h add override to ApplyImpl 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 add override to ApplyImpl 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 add override to ApplyImpl 6 years ago
conv_elementwise_add_fuse_pass.cc add source file 6 years ago
conv_elementwise_add_fuse_pass.h add override to ApplyImpl 6 years ago
cpu_quantize_pass.cc Add cpu_quantize_pass for C-API quantization (#16127) 6 years ago
cpu_quantize_pass.h Add cpu_quantize_pass for C-API quantization (#16127) 6 years ago
cpu_quantize_pass_tester.cc Add cpu_quantize_pass for C-API quantization (#16127) 6 years ago
cpu_quantize_placement_pass.cc Add cpu_quantize_placement_pass for C-API quantization (#16265) 6 years ago
cpu_quantize_placement_pass.h Add cpu_quantize_placement_pass for C-API quantization (#16265) 6 years ago
cpu_quantize_placement_pass_tester.cc Add cpu_quantize_placement_pass for C-API quantization (#16265) 6 years ago
cpu_quantize_squash_pass.cc Add cpu_quantize_squash_pass for C-API quantization (#16128) 6 years ago
cpu_quantize_squash_pass.h Add cpu_quantize_squash_pass for C-API quantization (#16128) 6 years ago
cpu_quantize_squash_pass_tester.cc Add cpu_quantize_squash_pass for C-API quantization (#16128) 6 years ago
embedding_fc_lstm_fuse_pass.cc
embedding_fc_lstm_fuse_pass.h add override to ApplyImpl 6 years ago
fc_fuse_pass.cc fea/infer memory optim2 (#14953) 6 years ago
fc_fuse_pass.h add override to ApplyImpl 6 years ago
fc_fuse_pass_tester.cc
fc_gru_fuse_pass.cc
fc_gru_fuse_pass.h add override to ApplyImpl 6 years ago
fc_lstm_fuse_pass.cc
fc_lstm_fuse_pass.h add override to ApplyImpl 6 years ago
fuse_elewise_add_act_pass.cc Revert the changes of VLOG 6 years ago
fuse_elewise_add_act_pass.h add override to ApplyImpl 6 years ago
fuse_pass_base.cc
fuse_pass_base.h fix comments and fix cpplint 6 years ago
fuse_relu_depthwise_conv_pass.cc fix warnings (#15790) 6 years ago
fuse_relu_depthwise_conv_pass.h add override to ApplyImpl 6 years ago
graph.cc Add some fixme. test=develop 6 years ago
graph.h Merge pull request #16162 from wzzju/fix_nan_static_quant 6 years ago
graph_helper.cc Fix the node's order issue when the content of graph is changed (#16088) 6 years ago
graph_helper.h cleanup code test=develop 6 years ago
graph_helper_test.cc refine build strategy. test=develop 6 years ago
graph_pattern_detector.cc cherry-pick from feature/anakin-engine: deal the changing shape when using anakin #16189 6 years ago
graph_pattern_detector.h cherry-pick from feature/anakin-engine: deal the changing shape when using anakin #16189 6 years ago
graph_pattern_detector_tester.cc
graph_test.cc Polish code style 6 years ago
graph_to_program_pass.cc fea/infer memory optim2 (#14953) 6 years ago
graph_to_program_pass.h fea/infer memory optim2 (#14953) 6 years ago
graph_to_program_pass_test.cc
graph_traits.cc fix two bug: 6 years ago
graph_traits.h
graph_viz_pass.cc fea/infer memory optim2 (#14953) 6 years ago
graph_viz_pass.h
identity_scale_op_clean_pass.cc fix scale cleaner (#15742) 6 years ago
identity_scale_op_clean_pass.h add override to ApplyImpl 6 years ago
infer_clean_graph_pass.cc fix security issue 27, 38 test=develop 6 years ago
is_test_pass.cc add HasProtoAttr function in op_desc.h, clean node.h 6 years ago
is_test_pass.h
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 override to ApplyImpl 6 years ago
multi_batch_merge_pass.cc refine batch merge pass (#14777) 6 years ago
multi_batch_merge_pass.h
node.cc add ir memory optimize. (#14530) 6 years ago
node.h Add the Clone method in Graph. test=develop 6 years ago
node_test.cc
pass.cc init quantization. 6 years ago
pass.h refactor eager deletion 6 years ago
pass_builder.cc
pass_builder.h
pass_test.cc
repeated_fc_relu_fuse_pass.cc refine and fix test 6 years ago
repeated_fc_relu_fuse_pass.h add override to ApplyImpl 6 years ago
runtime_context_cache_pass.cc add runtime_context_cache_pass 6 years ago
runtime_context_cache_pass.h add runtime_context_cache_pass 6 years ago
seq_concat_fc_fuse_pass.cc Revert the changes of VLOG 6 years ago
seq_concat_fc_fuse_pass.h add override to ApplyImpl 6 years ago
seqconv_eltadd_relu_fuse_pass.cc Revert the changes of VLOG 6 years ago
seqconv_eltadd_relu_fuse_pass.h add override to ApplyImpl 6 years ago
seqpool_concat_fuse_pass.cc add repeated fc relu pass 6 years ago
seqpool_concat_fuse_pass.h add override to ApplyImpl 6 years ago
seqpool_concat_fuse_pass_tester.cc Tests - add some missing to_string calls 6 years ago
simplify_anakin_detection_pattern_pass.cc cherry-pick from feature/anakin-engine: deal the changing shape when using anakin #16189 6 years ago
simplify_anakin_detection_pattern_pass.h cherry-pick from feature/anakin-engine: Anakin support facebox #16111 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 add override to ApplyImpl 6 years ago
sync_batch_norm_pass.cc Support sync batch norm. (#16121) 6 years ago
sync_batch_norm_pass.h Support sync batch norm. (#16121) 6 years ago
sync_batch_norm_pass_tester.cc Support sync batch norm. (#16121) 6 years ago
transpose_flatten_concat_fuse_pass.cc cherry-pick from feature/anakin-engine: refine paddle-anakin to new interface. #16276 6 years ago
transpose_flatten_concat_fuse_pass.h add override to ApplyImpl 6 years ago