17 ATH_MSG_INFO(
" OnnxRuntime release: " << OrtGetApiBase()->GetVersionString());
18 Ort::SessionOptions sessionOptions;
19 sessionOptions.SetGraphOptimizationLevel( GraphOptimizationLevel::ORT_ENABLE_ALL );
20 sessionOptions.DisablePerSessionThreads();
28 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
static std::string find_calib_file(const std::string &logical_file_name)