|
HDK
|
#include <onnxruntime_cxx_api.h>
Inheritance diagram for Ort::detail::ConstSessionOptionsImpl< T >:Public Types | |
| using | B = Base< T > |
Public Types inherited from Ort::detail::Base< T > | |
| using | contained_type = T |
Public Member Functions | |
| SessionOptions | Clone () const |
| Creates and returns a copy of this SessionOptions object. Wraps OrtApi::CloneSessionOptions. More... | |
| std::string | GetConfigEntry (const char *config_key) const |
| Wraps OrtApi::GetSessionConfigEntry. More... | |
| bool | HasConfigEntry (const char *config_key) const |
| Wraps OrtApi::HasSessionConfigEntry. More... | |
| std::string | GetConfigEntryOrDefault (const char *config_key, const std::string &def) |
Public Member Functions inherited from Ort::detail::Base< T > | |
| constexpr | Base ()=default |
| constexpr | Base (contained_type *p) noexcept |
| ~Base () | |
| Base (const Base &)=delete | |
| Base & | operator= (const Base &)=delete |
| Base (Base &&v) noexcept | |
| Base & | operator= (Base &&v) noexcept |
| constexpr | operator contained_type * () const noexcept |
| contained_type * | release () |
| 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_type * | p_ {} |
Definition at line 864 of file onnxruntime_cxx_api.h.
| using Ort::detail::ConstSessionOptionsImpl< T >::B = Base<T> |
Definition at line 865 of file onnxruntime_cxx_api.h.
|
inline |
Creates and returns a copy of this SessionOptions object. Wraps OrtApi::CloneSessionOptions.
Definition at line 634 of file onnxruntime_cxx_inline.h.
|
inline |
Wraps OrtApi::GetSessionConfigEntry.
Definition at line 641 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 662 of file onnxruntime_cxx_inline.h.
|
inline |
Wraps OrtApi::HasSessionConfigEntry.
Definition at line 655 of file onnxruntime_cxx_inline.h.