![]() |
ONNX Runtime
|
Wrapper around OrtValueInfo. More...
#include <onnxruntime_cxx_api.h>
Public Member Functions | |
ValueInfo (std::nullptr_t) | |
ValueInfo (OrtValueInfo *p) | |
Take ownership of a pointer created by C API. | |
ValueInfo (const std::string &name, const ConstTypeInfo &type_info) | |
ConstValueInfo | GetConst () const |
![]() | |
std::string | Name () const |
ConstTypeInfo | TypeInfo () const |
![]() | |
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. | |
Additional Inherited Members | |
![]() | |
using | B = Ort::detail::Base< OrtValueInfo > |
![]() | |
using | contained_type = T |
![]() | |
contained_type * | p_ {} |
Wrapper around OrtValueInfo.
|
inlineexplicit |
No instance is created
|
inlineexplicit |
Take ownership of a pointer created by C API.
|
explicit |
|
inline |