Skip to content

Commit

Permalink
false
Browse files Browse the repository at this point in the history
  • Loading branch information
b3602sss committed Dec 29, 2021
1 parent 3315352 commit 3dfed21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle/fluid/inference/tests/api/trt_dynamic_shape_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ void TestDynamicClone(bool with_dynamic = true, bool delete_cache = true,

config.SwitchUseFeedFetchOps(false);
// Set the input's min, max, opt shape
config.EnableTensorRtEngine(1 << 30, 1, 1,
AnalysisConfig::Precision::kFloat32, true, true);
config.EnableTensorRtEngine(
1 << 30, 1, 1, AnalysisConfig::Precision::kFloat32, false, false);
if (delete_conv_bn) {
config.pass_builder()->DeletePass("conv_bn_fuse_pass");
}
Expand Down

1 comment on commit 3dfed21

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.