Skip to content

Commit 38f3ae5

Browse files
authored
Update provider_bridge_ort.cc
1 parent 598fa67 commit 38f3ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/session/provider_bridge_ort.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ OrtTensorRTProviderOptionsV2 OrtTensorRTProviderOptionsToOrtTensorRTProviderOpti
19441944
trt_options_converted.trt_ep_context_embed_mode = 0;
19451945
trt_options_converted.trt_engine_cache_prefix = "";
19461946
trt_options_converted.trt_engine_hw_compatible = 0;
1947-
trt_options_converted.trt_preview_features = nullptr;
1947+
trt_options_converted.trt_preview_features = "";
19481948

19491949
return trt_options_converted;
19501950
}

0 commit comments

Comments
 (0)