Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent bb55e6c commit 808f785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perception/tensorrt_yolox/src/tensorrt_yolox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ bool TrtYoloX::feedforward(
std::vector<void *> buffers = {
input_d_.get(), out_num_detections_d_.get(), out_boxes_d_.get(), out_scores_d_.get(),
out_classes_d_.get()};

trt_common_->enqueueV2(buffers.data(), *stream_, nullptr);

const auto batch_size = images.size();
Expand Down

0 comments on commit 808f785

Please sign in to comment.