HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
framework_common.h File Reference
#include <string>
#include <unordered_map>
#include <vector>
#include "run_options.h"
+ Include dependency graph for framework_common.h:

Go to the source code of this file.

Namespaces

 onnxruntime
 

Typedefs

using onnxruntime::InputDefList = std::vector< const onnxruntime::NodeArg * >
 
using onnxruntime::OutputDefList = std::vector< const onnxruntime::NodeArg * >
 
using onnxruntime::NameMLValMap = std::unordered_map< std::string, OrtValue >