Skip to content

Commit

Permalink
fix(autoware_tensorrt_common): fix clang-diagnostic-unused-private-fi…
Browse files Browse the repository at this point in the history
…eld (autowarefoundation#9493)

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Nov 28, 2024
1 parent 562a49d commit ecdb3f5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ class TrtCommon // NOLINT
TrtUniquePtr<nvinfer1::IExecutionContext> context_;
std::unique_ptr<nvinfer1::IInt8Calibrator> calibrator_;

nvinfer1::Dims input_dims_;
nvinfer1::Dims output_dims_;
std::string precision_;
BatchConfig batch_config_;
size_t max_workspace_size_;
Expand Down

0 comments on commit ecdb3f5

Please sign in to comment.