We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598fa67 commit 38f3ae5Copy full SHA for 38f3ae5
onnxruntime/core/session/provider_bridge_ort.cc
@@ -1944,7 +1944,7 @@ OrtTensorRTProviderOptionsV2 OrtTensorRTProviderOptionsToOrtTensorRTProviderOpti
1944
trt_options_converted.trt_ep_context_embed_mode = 0;
1945
trt_options_converted.trt_engine_cache_prefix = "";
1946
trt_options_converted.trt_engine_hw_compatible = 0;
1947
- trt_options_converted.trt_preview_features = nullptr;
+ trt_options_converted.trt_preview_features = "";
1948
1949
return trt_options_converted;
1950
}
0 commit comments