HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::detail::attr_utils Namespace Reference

Functions

void GetAttr (const OrtKernelInfo *p, const char *name, float &)
 
void GetAttr (const OrtKernelInfo *p, const char *name, int64_t &)
 
void GetAttr (const OrtKernelInfo *p, const char *name, std::string &)
 
void GetAttrs (const OrtKernelInfo *p, const char *name, std::vector< float > &)
 
void GetAttrs (const OrtKernelInfo *p, const char *name, std::vector< int64_t > &)
 

Function Documentation

void Ort::detail::attr_utils::GetAttr ( const OrtKernelInfo p,
const char *  name,
float out 
)
inline

Definition at line 1539 of file onnxruntime_cxx_inline.h.

void Ort::detail::attr_utils::GetAttr ( const OrtKernelInfo p,
const char *  name,
int64_t &  out 
)
inline

Definition at line 1543 of file onnxruntime_cxx_inline.h.

void Ort::detail::attr_utils::GetAttr ( const OrtKernelInfo p,
const char *  name,
std::string result 
)
inline

Definition at line 1547 of file onnxruntime_cxx_inline.h.

void Ort::detail::attr_utils::GetAttrs ( const OrtKernelInfo p,
const char *  name,
std::vector< float > &  result 
)
inline

Definition at line 1559 of file onnxruntime_cxx_inline.h.

void Ort::detail::attr_utils::GetAttrs ( const OrtKernelInfo p,
const char *  name,
std::vector< int64_t > &  result 
)
inline

Definition at line 1570 of file onnxruntime_cxx_inline.h.