// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include #include #include namespace onnxruntime { // data types for execution provider options using ProviderOptions = std::unordered_map; using ProviderOptionsVector = std::vector; using ProviderOptionsMap = std::unordered_map; } // namespace onnxruntime