Skip to content

Commit

Permalink
remove the redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
zlsh80826 committed Jun 22, 2021
1 parent cdcdaa8 commit 8f6c01c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/fluid/inference/tensorrt/engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ void TensorRTEngine::InitNetwork() {
}

infer_builder_config_.reset(infer_builder_->createBuilderConfig());
infer_ptr<nvinfer1::IBuilderConfig> infer_builder_config_;
optim_profile_ = infer_builder_->createOptimizationProfile();
}

Expand Down

0 comments on commit 8f6c01c

Please sign in to comment.