OnnxRuntime
|
Wrapper around OrtSessionOptions. More...
#include <onnxruntime_cxx_api.h>
Additional Inherited Members | |
Public Types inherited from Ort::detail::SessionOptionsImpl< OrtSessionOptions > | |
using | B = ConstSessionOptionsImpl< OrtSessionOptions > |
using | B = Base< OrtSessionOptions > |
Public Types inherited from Ort::detail::ConstSessionOptionsImpl< T > | |
using | B = Base< T > |
Public Types inherited from Ort::detail::Base< T > | |
using | contained_type = T |
Protected Attributes inherited from Ort::detail::Base< T > | |
contained_type * | p_ {} |
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 |