HDK
|
#include <run_options.h>
Public Member Functions | |
OrtRunOptions ()=default | |
~OrtRunOptions ()=default | |
Public Attributes | |
int | run_log_severity_level = -1 |
int | run_log_verbosity_level = 0 |
VLOG level if debug build and run_log_severity_level is 0 (VERBOSE). More... | |
std::string | run_tag |
A tag for the Run() calls using this. More... | |
bool | terminate = false |
bool | only_execute_path_to_fetches = false |
onnxruntime::ConfigOptions | config_options |
onnxruntime::InlinedVector < const onnxruntime::lora::LoraAdapter * > | active_adapters |
Configuration information for a Run call.
Definition at line 22 of file run_options.h.
|
default |
|
default |
onnxruntime::InlinedVector<const onnxruntime::lora::LoraAdapter*> OrtRunOptions::active_adapters |
Definition at line 51 of file run_options.h.
onnxruntime::ConfigOptions OrtRunOptions::config_options |
Definition at line 49 of file run_options.h.
bool OrtRunOptions::only_execute_path_to_fetches = false |
Definition at line 36 of file run_options.h.
int OrtRunOptions::run_log_severity_level = -1 |
Log severity. See https://github.com/microsoft/onnxruntime/blob/main/include/onnxruntime/core/common/logging/severity.h Default = -1 (use the log severity from the InferenceSession that the Run is for).
Definition at line 25 of file run_options.h.
int OrtRunOptions::run_log_verbosity_level = 0 |
VLOG level if debug build and run_log_severity_level is 0 (VERBOSE).
Definition at line 26 of file run_options.h.
std::string OrtRunOptions::run_tag |
A tag for the Run() calls using this.
Definition at line 27 of file run_options.h.
bool OrtRunOptions::terminate = false |
Definition at line 32 of file run_options.h.