HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OrtRunOptions Struct Reference

#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
 

Detailed Description

Configuration information for a Run call.

Definition at line 14 of file run_options.h.

Constructor & Destructor Documentation

OrtRunOptions::OrtRunOptions ( )
default
OrtRunOptions::~OrtRunOptions ( )
default

Member Data Documentation

onnxruntime::ConfigOptions OrtRunOptions::config_options

Definition at line 41 of file run_options.h.

bool OrtRunOptions::only_execute_path_to_fetches = false

Definition at line 28 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 17 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 18 of file run_options.h.

std::string OrtRunOptions::run_tag

A tag for the Run() calls using this.

Definition at line 19 of file run_options.h.

bool OrtRunOptions::terminate = false

Definition at line 24 of file run_options.h.


The documentation for this struct was generated from the following file: