summaryrefslogtreecommitdiffhomepage
path: root/onnxruntime-1.8.1/build/native/include/provider_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'onnxruntime-1.8.1/build/native/include/provider_options.h')
-rw-r--r--onnxruntime-1.8.1/build/native/include/provider_options.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/onnxruntime-1.8.1/build/native/include/provider_options.h b/onnxruntime-1.8.1/build/native/include/provider_options.h
deleted file mode 100644
index 0e084c0..0000000
--- a/onnxruntime-1.8.1/build/native/include/provider_options.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-#pragma once
-
-#include <string>
-#include <unordered_map>
-#include <vector>
-
-namespace onnxruntime {
-
-// data types for execution provider options
-
-using ProviderOptions = std::unordered_map<std::string, std::string>;
-using ProviderOptionsVector = std::vector<ProviderOptions>;
-using ProviderOptionsMap = std::unordered_map<std::string, ProviderOptions>;
-
-} // namespace onnxruntime