Set a single run configuration entry. See https://github.com/microsoft/onnxruntime/blob/master/include/onnxruntime/core/session/ onnxruntime_run_options_config_keys.h
This setting is available only in WebAssembly backend. Will support Node.js binding and react-native later
Log severity level. See https://github.com/microsoft/onnxruntime/blob/master/include/onnxruntime/core/common/logging/severity.h
This setting is available only in ONNXRuntime (Node.js binding and react-native) or WebAssembly backend
Log verbosity level.
This setting is available only in WebAssembly backend. Will support Node.js binding and react-native later
A tag for the Run() calls using this
This setting is available only in ONNXRuntime (Node.js binding and react-native) or WebAssembly backend
Terminate all incomplete OrtRun calls as soon as possible if true
This setting is available only in WebAssembly backend. Will support Node.js binding and react-native later
Generated using TypeDoc
A set of configurations for inference run behavior