Skip to content

Commit 0e40429

Browse files
committed
stimulate ci ...
1 parent 683c635 commit 0e40429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/inference/api/api_tensorrt_subgraph_engine.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class TensorRTSubgraphPredictor : public NativePaddlePredictor {
3232
: NativePaddlePredictor(config), config_(config) {}
3333

3434
bool Init(const std::shared_ptr<framework::Scope>& parent_scope) {
35-
FLAGS_inference_analysis_enable_tensorrt_subgraph_engine = true;
3635
VLOG(3) << "Predictor::init()";
36+
FLAGS_inference_analysis_enable_tensorrt_subgraph_engine = true;
3737
FLAGS_tensorrt_max_batch_size = config_.max_batch_size;
3838
FLAGS_tensorrt_workspace_size = config_.workspace_size;
3939
if (config_.use_gpu) {

0 commit comments

Comments
 (0)