ONNX Runtime
Loading...
Searching...
No Matches
Ort::detail::ConstKernelDefImpl< T > Struct Template Reference

#include <onnxruntime_cxx_api.h>

Inheritance diagram for Ort::detail::ConstKernelDefImpl< T >:
Ort::detail::Base< T >

Public Types

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

Public Member Functions

const char * GetOperatorType () const
 < Wraps OrtEpApi::KernelDef_GetOperatorType
 
const char * GetDomain () const
 Wraps OrtEpApi::KernelDef_GetSinceVersion.
 
std::pair< int, int > GetSinceVersion () const
 Wraps OrtEpApi::KernelDef_GetExecutionProvider.
 
const char * GetExecutionProvider () const
 Wraps OrtEpApi::KernelDef_GetInputMemType.
 
OrtMemType GetInputMemType (size_t input_index) const
 Wraps OrtEpApi::KernelDef_GetOutputMemType.
 
OrtMemType GetOutputMemType (size_t output_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
 
constexpr contained_typeoperator* () const noexcept
 
contained_typerelease ()
 Relinquishes ownership of the contained C object pointer The underlying object is not destroyed.
 

Additional Inherited Members

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

Member Typedef Documentation

◆ B

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

Member Function Documentation

◆ GetDomain()

template<typename T >
const char * Ort::detail::ConstKernelDefImpl< T >::GetDomain ( ) const

◆ GetExecutionProvider()

template<typename T >
const char * Ort::detail::ConstKernelDefImpl< T >::GetExecutionProvider ( ) const

◆ GetInputMemType()

template<typename T >
OrtMemType Ort::detail::ConstKernelDefImpl< T >::GetInputMemType ( size_t  input_index) const

◆ GetOperatorType()

template<typename T >
const char * Ort::detail::ConstKernelDefImpl< T >::GetOperatorType ( ) const

◆ GetOutputMemType()

template<typename T >
OrtMemType Ort::detail::ConstKernelDefImpl< T >::GetOutputMemType ( size_t  output_index) const

◆ GetSinceVersion()

template<typename T >
std::pair< int, int > Ort::detail::ConstKernelDefImpl< T >::GetSinceVersion ( ) const