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

#include <data_types_internal.h>

Public Member Functions

 TypeNode (ContainerType type, int32_t prim_type) noexcept
 
bool IsType (ContainerType type) const noexcept
 
bool IsPrimType (int32_t prim_type) const noexcept
 

Detailed Description

Definition at line 425 of file data_types_internal.h.

Constructor & Destructor Documentation

onnxruntime::utils::data_types_internal::TypeNode::TypeNode ( ContainerType  type,
int32_t  prim_type 
)
inlinenoexcept

Definition at line 438 of file data_types_internal.h.

Member Function Documentation

bool onnxruntime::utils::data_types_internal::TypeNode::IsPrimType ( int32_t  prim_type) const
inlinenoexcept

Definition at line 447 of file data_types_internal.h.

bool onnxruntime::utils::data_types_internal::TypeNode::IsType ( ContainerType  type) const
inlinenoexcept

Definition at line 443 of file data_types_internal.h.


The documentation for this class was generated from the following file: