![]() |
ONNX Runtime
|
#include <onnxruntime_cxx_api.h>
Public Types | |
using | B = Ort::detail::Base< T > |
![]() | |
using | contained_type = T |
Additional Inherited Members | |
![]() | |
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. | |
![]() | |
contained_type * | p_ {} |
using Ort::detail::NodeImpl< T >::B = Ort::detail::Base<T> |