From ed1a45e0a7ea6b2196eaf677e7548b9ff69ffbcc Mon Sep 17 00:00:00 2001 From: Kevin Chen Date: Thu, 13 Jun 2024 16:28:46 -0700 Subject: [PATCH] Fix comment whitespace Signed-off-by: Kevin Chen --- .../core/providers/tensorrt/tensorrt_execution_provider.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc b/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc index a0cdda99a29be..ac9f96fc0ed69 100644 --- a/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc +++ b/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc @@ -115,7 +115,7 @@ bool SetDynamicRange(nvinfer1::INetworkDefinition& network, std::unordered_map(trt_weights.values)[k]; break; -#endif // NV_TENSORRT_MAJOR >= 10 +#endif // NV_TENSORRT_MAJOR >= 10 default: LOGS_DEFAULT(ERROR) << "Found unsupported datatype for layer " << const_layer_name; return false;