InferenceSession.cpp |
|
23726 |
InferenceSession.h |
|
3089 |
moz.build |
|
657 |
onnxruntime_c_api.h |
\mainpage ONNX Runtime
ONNX Runtime is a high-performance inference and training graph execution engine for deep learning models.
ONNX Runtime's C, C++ APIs offer an easy to use interface to onboard and execute onnx models.
- \subpage c_cpp_api "Core C, C++ APIs"
- \subpage training_c_cpp_api "Training C, C++ APIs for on-device training"
\page c_cpp_api Core C, C++ APIs
<h1>C</h1>
::OrtApi - Click here to go to the structure with all C API functions.
<h1>C++</h1>
::Ort - Click here to go to the namespace holding all of the C++ wrapper classes
It is a set of header only wrapper classes around the C API. The goal is to turn the C style return value error codes into C++ exceptions, and to
automate memory management through standard C++ RAII principles.
\addtogroup Global
ONNX Runtime C API
@{
|
240814 |
Tensor.cpp |
|
18410 |
Tensor.h |
|
2958 |