HDK
|
#include <onnxruntime_cxx_api.h>
Public Member Functions | |
CustomOpDomain (std::nullptr_t) | |
Create an empty CustomOpDomain object, must be assigned a valid one to be used. More... | |
CustomOpDomain (const char *domain) | |
Wraps OrtApi::CreateCustomOpDomain. More... | |
void | Add (const OrtCustomOp *op) |
Wraps CustomOpDomain_Add. More... | |
Public Member Functions inherited from Ort::detail::Base< OrtCustomOpDomain > | |
constexpr | Base ()=default |
constexpr | Base (contained_type *p) noexcept |
Base (const Base &)=delete | |
Base (Base &&v) noexcept | |
~Base () | |
Base & | operator= (const Base &)=delete |
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 | |
Public Types inherited from Ort::detail::Base< OrtCustomOpDomain > | |
using | contained_type = OrtCustomOpDomain |
Protected Attributes inherited from Ort::detail::Base< OrtCustomOpDomain > | |
contained_type * | p_ |
Definition at line 729 of file onnxruntime_cxx_api.h.
|
inlineexplicit |
Create an empty CustomOpDomain object, must be assigned a valid one to be used.
Definition at line 730 of file onnxruntime_cxx_api.h.
|
inlineexplicit |
Wraps OrtApi::CreateCustomOpDomain.
Definition at line 542 of file onnxruntime_cxx_inline.h.
|
inline |
Wraps CustomOpDomain_Add.
Definition at line 546 of file onnxruntime_cxx_inline.h.