HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::detail::KernelInfoImpl< T > Struct Template Reference

#include <onnxruntime_cxx_api.h>

+ Inheritance diagram for Ort::detail::KernelInfoImpl< T >:

Public Types

using B = Base< T >
 
- Public Types inherited from Ort::detail::Base< T >
using contained_type = T
 

Public Member Functions

KernelInfo Copy () const
 
template<typename R >
GetAttribute (const char *name) const
 
template<typename R >
std::vector< R > GetAttributes (const char *name) const
 
Value GetTensorAttribute (const char *name, OrtAllocator *allocator) const
 
size_t GetInputCount () const
 
size_t GetOutputCount () const
 
std::string GetInputName (size_t index) const
 
std::string GetOutputName (size_t index) const
 
TypeInfo GetInputTypeInfo (size_t index) const
 
TypeInfo GetOutputTypeInfo (size_t index) const
 
- Public Member Functions inherited from Ort::detail::Base< T >
constexpr Base ()=default
 
constexpr Base (contained_type *p) noexcept
 
 ~Base ()
 
 Base (const Base &)=delete
 
Baseoperator= (const Base &)=delete
 
 Base (Base &&v) noexcept
 
Baseoperator= (Base &&v) noexcept
 
constexpr operator contained_type * () const noexcept
 
contained_typerelease ()
 Relinquishes ownership of the contained C object pointer The underlying object is not destroyed. More...
 

Additional Inherited Members

- Protected Attributes inherited from Ort::detail::Base< T >
contained_typep_ {}
 

Detailed Description

template<typename T>
struct Ort::detail::KernelInfoImpl< T >

Definition at line 1523 of file onnxruntime_cxx_api.h.

Member Typedef Documentation

template<typename T>
using Ort::detail::KernelInfoImpl< T >::B = Base<T>

Definition at line 1524 of file onnxruntime_cxx_api.h.

Member Function Documentation

template<typename T >
KernelInfo Ort::detail::KernelInfoImpl< T >::Copy ( ) const
inline

Definition at line 1468 of file onnxruntime_cxx_inline.h.

template<typename T>
template<typename R >
R Ort::detail::KernelInfoImpl< T >::GetAttribute ( const char *  name) const
inline

Definition at line 1530 of file onnxruntime_cxx_api.h.

template<typename T>
template<typename R >
std::vector<R> Ort::detail::KernelInfoImpl< T >::GetAttributes ( const char *  name) const
inline

Definition at line 1537 of file onnxruntime_cxx_api.h.

template<typename T >
size_t Ort::detail::KernelInfoImpl< T >::GetInputCount ( ) const
inline

Definition at line 1475 of file onnxruntime_cxx_inline.h.

template<typename T >
std::string Ort::detail::KernelInfoImpl< T >::GetInputName ( size_t  index) const
inline

Definition at line 1489 of file onnxruntime_cxx_inline.h.

template<typename T >
TypeInfo Ort::detail::KernelInfoImpl< T >::GetInputTypeInfo ( size_t  index) const
inline

Definition at line 1519 of file onnxruntime_cxx_inline.h.

template<typename T >
size_t Ort::detail::KernelInfoImpl< T >::GetOutputCount ( ) const
inline

Definition at line 1482 of file onnxruntime_cxx_inline.h.

template<typename T >
std::string Ort::detail::KernelInfoImpl< T >::GetOutputName ( size_t  index) const
inline

Definition at line 1504 of file onnxruntime_cxx_inline.h.

template<typename T >
TypeInfo Ort::detail::KernelInfoImpl< T >::GetOutputTypeInfo ( size_t  index) const
inline

Definition at line 1526 of file onnxruntime_cxx_inline.h.

template<typename T >
Value Ort::detail::KernelInfoImpl< T >::GetTensorAttribute ( const char *  name,
OrtAllocator allocator 
) const
inline

Definition at line 1533 of file onnxruntime_cxx_inline.h.


The documentation for this struct was generated from the following files: