HDK
|
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Namespaces | |
onnxruntime | |
Typedefs | |
using | onnxruntime::ProviderOptions = std::unordered_map< std::string, std::string > |
using | onnxruntime::ProviderOptionsVector = std::vector< ProviderOptions > |
using | onnxruntime::ProviderOptionsMap = std::unordered_map< std::string, ProviderOptions > |