File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
onnxruntime/core/providers/openvino Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -320,9 +320,9 @@ static bool IsQDQGraph(const onnxruntime::GraphViewer& graph_viewer) {
320320 return false ;
321321}
322322
323- static void DumpOpenVINOEPModel (const std::filesystem::path& onnx_model_path_name,
324- ONNX_NAMESPACE::ModelProto* model_proto,
325- const onnxruntime::Node& fused_node) {
323+ static void DumpOpenVINOEPModel ([[maybe_unused]] const std::filesystem::path& onnx_model_path_name,
324+ [[maybe_unused]] ONNX_NAMESPACE::ModelProto* model_proto,
325+ [[maybe_unused]] const onnxruntime::Node& fused_node) {
326326#ifndef NDEBUG
327327 if (openvino_ep::backend_utils::IsDebugEnabled ()) {
328328 auto model_name = onnx_model_path_name.empty () ? " unknown.onnx" : onnx_model_path_name.filename ();
You can’t perform that action at this time.
0 commit comments