Skip to content

Commit

Permalink
[Paddle Inference] rewrite convert_to_mixed_precision (#48853)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanlehome committed Dec 14, 2022
1 parent b9fad5d commit 28ea9aa
Show file tree
Hide file tree
Showing 15 changed files with 324 additions and 950 deletions.
2 changes: 1 addition & 1 deletion paddle/fluid/framework/ir/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pass_library(delete_c_identity_op_pass inference)
pass_library(preln_residual_bias_fuse_pass inference)
pass_library(delete_fill_constant_op_pass inference)
pass_library(constant_folding_pass inference)
pass_library(float_to_half_pass inference)
pass_library(auto_mixed_precision_pass inference)
pass_library(conv2d_fusion_layout_transfer_pass inference)
pass_library(simplify_with_basic_ops_pass base)
pass_library(fc_elementwise_layernorm_fuse_pass base)
Expand Down
Loading

0 comments on commit 28ea9aa

Please sign in to comment.