![]() |
ONNX Runtime
|
Wrapper around OrtSessionOptions. More...
#include <onnxruntime_cxx_api.h>
Inherits Ort::detail::SessionOptionsImpl< T >.
Public Member Functions | |
| SessionOptions (std::nullptr_t) | |
| Create an empty SessionOptions object, must be assigned a valid one to be used. | |
| SessionOptions () | |
| Wraps OrtApi::CreateSessionOptions. | |
| SessionOptions (OrtSessionOptions *p) | |
| Used for interop with the C API. | |
| UnownedSessionOptions | GetUnowned () const |
| ConstSessionOptions | GetConst () const |
Wrapper around OrtSessionOptions.
|
inlineexplicit |
Create an empty SessionOptions object, must be assigned a valid one to be used.
| Ort::SessionOptions::SessionOptions | ( | ) |
Wraps OrtApi::CreateSessionOptions.
|
inlineexplicit |
Used for interop with the C API.
|
inline |
|
inline |