From c885df590382182fe41975c355625a31dee8909d Mon Sep 17 00:00:00 2001 From: yf711 Date: Wed, 13 Dec 2023 10:17:17 -0800 Subject: [PATCH] clean --- .../core/providers/tensorrt/tensorrt_execution_provider.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h b/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h index 3e42df3884834..03183d362791e 100644 --- a/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h +++ b/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h @@ -122,9 +122,6 @@ struct TensorrtFuncState { std::unordered_map dynamic_range_map; bool filter_tactic_sources = false; nvinfer1::TacticSources tactic_sources; - // Below: class private members - - std::string engine_cache_path; }; // Holds important information for building valid ORT graph.