HDK
|
#include <unordered_map>
#include <unordered_set>
#include <string>
#include <cstdint>
#include <memory>
#include <functional>
#include "core/common/basic_types.h"
#include "core/common/status.h"
Go to the source code of this file.
Namespaces | |
ONNX_NAMESPACE | |
onnxruntime | |
Typedefs | |
using | onnxruntime::NodeIndex = size_t |
using | onnxruntime::Version = int64_t |
using | onnxruntime::NodeArgInfo = ONNX_NAMESPACE::ValueInfoProto |
using | onnxruntime::InitializedTensorSet = std::unordered_map< std::string, const ONNX_NAMESPACE::TensorProto * > |
using | onnxruntime::ArgNameToTypeMap = std::unordered_map< std::string, ONNX_NAMESPACE::TypeProto > |
using | onnxruntime::ProviderType = const std::string & |
using | onnxruntime::NodeAttributes = std::unordered_map< std::string, ONNX_NAMESPACE::AttributeProto > |
using | onnxruntime::IOnnxRuntimeOpSchemaCollectionPtr = std::shared_ptr< IOnnxRuntimeOpSchemaCollection > |