|
HDK
|
#include <string>#include <unordered_map>#include <vector>
Include dependency graph for provider_options.h:
This graph shows which files directly or indirectly include this file: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 > |