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
joanna.wozna.intel b43b46e619
[INT8] Add requant-op squash (#24143)
5 years ago
..
fuse_optimizer_ops_pass fix typo words (#22653) 5 years ago
fusion_group fix the intermediate node of graph for fusion group test=develop (#24184) 5 years ago
memory_optimize_pass Reader sequential and inference partial feed (#22699) 5 years ago
mkldnn [INT8] Add requant-op squash (#24143) 5 years ago
multi_devices_graph_pass fix isolated var fetch bug, test=develop (#24070) 5 years ago
CMakeLists.txt added reshape transpose matmul fuse pass (#23754) 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 Add three passes and api reference of paddle_pass_builder. test=develop (#23741) 5 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 typo words (#22653) 5 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 improve placement pass tests code coverage (#22197) 5 years ago
cudnn_placement_pass_tester.cc improve placement pass tests code coverage (#22197) 5 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_eltwise_layernorm_fuse_pass.cc update embedding_eltwise_layernorm fuse and kernel. test=develop (#23114) 5 years ago
embedding_eltwise_layernorm_fuse_pass.h update embedding_eltwise_layernorm fuse and kernel. test=develop (#23114) 5 years ago
embedding_eltwise_layernorm_fuse_pass_tester.cc update embedding_eltwise_layernorm fuse and kernel. test=develop (#23114) 5 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) 5 years ago
fc_elementwise_layernorm_fuse_pass.h Add a pass to fuse fc+elementwise_add+layernorm (#19776) 5 years ago
fc_elementwise_layernorm_fuse_pass_tester.cc Add a pass to fuse fc+elementwise_add+layernorm (#19776) 5 years ago
fc_fuse_pass.cc Fix fc padding bug during inference fusion (#22860) 5 years ago
fc_fuse_pass.h Enhance fc_fuse_pass to enable fusing relu to fc_op (#19733) 5 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 fc_lstm_fuse when multi sub-graph use same fc_bias. test=develop (#22551) 5 years ago
fc_gru_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
fc_gru_fuse_pass_tester.cc fix fc_lstm_fuse when multi sub-graph use same fc_bias. test=develop (#22551) 5 years ago
fc_lstm_fuse_pass.cc fix fc_lstm_fuse when multi sub-graph use same fc_bias. test=develop (#22551) 5 years ago
fc_lstm_fuse_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
fc_lstm_fuse_pass_tester.cc fix fc_lstm_fuse when multi sub-graph use same fc_bias. test=develop (#22551) 5 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 fix isolated var fetch bug, test=develop (#24070) 5 years ago
graph.h API (CompiledProgram) error message enhancement (#23559) 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 [INT8] Add requant-op squash (#24143) 5 years ago
graph_pattern_detector.h [INT8] Add requant-op squash (#24143) 5 years ago
graph_pattern_detector_tester.cc bugfix/fusion lstm (#13185) 7 years ago
graph_printer.h Open fuse optimization ops (#18741) 6 years ago
graph_test.cc improve efficiency of runtime InferVarType (#22778) 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) 5 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 typo words (#22653) 5 years ago
multi_batch_merge_pass.h Fix the interface of Pass::Apply (#16484) 6 years ago
multihead_matmul_fuse_pass.cc [Ernie GPU Optim]: Fuse three fc to multihtead matmul (#22486) 5 years ago
multihead_matmul_fuse_pass.h [Ernie GPU Optim]: Fuse three fc to multihtead matmul (#22486) 5 years ago
multihead_matmul_fuse_pass_tester.cc [Ernie GPU Optim]: Fuse three fc to multihtead matmul (#22486) 5 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 Implement a common python unittest to test the ir passes. (#22209) 5 years ago
pass.h Add default pass attributes (#23042) 5 years ago
pass_builder.cc Open fuse broadcast option (#18833) 6 years ago
pass_builder.h add some comments 6 years ago
pass_test.cc Add default pass attributes (#23042) 5 years ago
pass_tester_helper.h added reshape transpose matmul fuse pass (#23754) 5 years ago
placement_pass_base.cc A a pass to enable the use of cudnn (#19346) 6 years ago
placement_pass_base.h improve placement pass tests code coverage (#22197) 5 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) 5 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_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
skip_layernorm_fuse_pass.cc add skip_layernorm pass. test=develop (#22895) 5 years ago
skip_layernorm_fuse_pass.h add skip_layernorm pass. test=develop (#22895) 5 years ago
skip_layernorm_fuse_pass_tester.cc add skip_layernorm pass. test=develop (#22895) 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: NGraph engine from PDPD repository (#23545) 5 years ago
subgraph_detector.h remove anakin from code, test=develop (#22420) 5 years ago
sync_batch_norm_pass.cc Fix inplace_abn compile error on Windows (#23464) 5 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