HDK
|
#include <cstring>
#include <functional>
Go to the source code of this file.
Namespaces | |
Ort | |
All C++ Onnxruntime APIs are defined inside this namespace. | |
Ort::detail | |
Ort::detail::binding_utils | |
Macros | |
#define | RETURN_ON_API_FAIL(expression) |
Functions | |
void | Ort::detail::ThrowStatus (const Status &st) |
void | Ort::ThrowOnError (OrtStatus *ort_status) |
void | Ort::ThrowOnError (const Status &st) |
std::vector< std::string > | Ort::detail::binding_utils::GetOutputNamesHelper (const OrtIoBinding *binding, OrtAllocator *) |
std::vector< Value > | Ort::detail::binding_utils::GetOutputValuesHelper (const OrtIoBinding *binding, OrtAllocator *) |
Ort::ctx_ (ctx) | |
#define RETURN_ON_API_FAIL | ( | expression | ) |
Definition at line 13 of file onnxruntime_cxx_inline.h.