![]() |
ONNX Runtime
|
#include <onnxruntime_cxx_api.h>
Public Member Functions | |
| SyncStream (std::nullptr_t) | |
| < Create an empty SyncStream object, must be assigned a valid one to be used | |
| SyncStream (OrtSyncStream *p) | |
Public Member Functions inherited from Ort::detail::SyncStreamImpl< OrtSyncStream > | |
| void * | GetHandle () |
| Wraps SyncStream_GetHandle. | |
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 |
| constexpr contained_type & | operator* () const noexcept |
| contained_type * | release () |
| Relinquishes ownership of the contained C object pointer The underlying object is not destroyed. | |
Additional Inherited Members | |
Public Types inherited from Ort::detail::SyncStreamImpl< OrtSyncStream > | |
| using | B = Base< OrtSyncStream > |
Public Types inherited from Ort::detail::Base< T > | |
| using | contained_type = T |
Protected Attributes inherited from Ort::detail::Base< T > | |
| contained_type * | p_ {} |
|
inlineexplicit |
< Create an empty SyncStream object, must be assigned a valid one to be used
Take ownership of a pointer created by C API
|
inlineexplicit |