|
HDK
|
#include <algorithm>#include <functional>#include <iterator>#include <type_traits>
Include dependency graph for onnxruntime_cxx_inline.h:
This graph shows which files directly or indirectly include this file: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 | ORT_CXX_RETURN_ON_API_FAIL(expression) |
| #define | ORT_CXX_IF_CONSTEXPR if |
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 ORT_CXX_IF_CONSTEXPR if |
Definition at line 28 of file onnxruntime_cxx_inline.h.
| #define ORT_CXX_RETURN_ON_API_FAIL | ( | expression | ) |
Definition at line 17 of file onnxruntime_cxx_inline.h.