HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::data_types_internal Namespace Reference

Classes

struct  IsAnyOf
 
struct  IsAnyOf< T, Tail >
 Two types remaining, end of the list. More...
 
struct  IsAnyOf< T, H, Tail...>
 
struct  IsTensorContainedType
 
struct  IsSparseTensorContainedType
 
struct  IsOptionalOrtType
 
struct  GetMLDataType
 
struct  GetMLDataType< T, true >
 
struct  GetMLDataType< T, false >
 
struct  TensorTypeHelper
 
struct  SparseTensorTypeHelper
 
struct  MapTypeHelper
 
struct  SequenceTypeHelper
 
struct  OptionalTypeHelper
 

Functions

void CopyMutableMapValue (const ONNX_NAMESPACE::TypeProto &, ONNX_NAMESPACE::TypeProto &)
 Map helpers. More...
 
void CopyMutableSeqElement (const ONNX_NAMESPACE::TypeProto &, ONNX_NAMESPACE::TypeProto &)
 Sequence helpers. More...
 
void CopyMutableOptionalElement (const ONNX_NAMESPACE::TypeProto &, ONNX_NAMESPACE::TypeProto &)
 Optional helpers. More...
 
void AssignOpaqueDomainName (const char *domain, const char *name, ONNX_NAMESPACE::TypeProto &proto)
 OpaqueTypes helpers. More...
 

Function Documentation

void onnxruntime::data_types_internal::AssignOpaqueDomainName ( const char *  domain,
const char *  name,
ONNX_NAMESPACE::TypeProto &  proto 
)

OpaqueTypes helpers.

void onnxruntime::data_types_internal::CopyMutableMapValue ( const ONNX_NAMESPACE::TypeProto &  ,
ONNX_NAMESPACE::TypeProto &   
)

Map helpers.

void onnxruntime::data_types_internal::CopyMutableOptionalElement ( const ONNX_NAMESPACE::TypeProto &  ,
ONNX_NAMESPACE::TypeProto &   
)

Optional helpers.

void onnxruntime::data_types_internal::CopyMutableSeqElement ( const ONNX_NAMESPACE::TypeProto &  ,
ONNX_NAMESPACE::TypeProto &   
)

Sequence helpers.