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;