Name Description Size Coverage
InferenceSession.cpp 24789 -
InferenceSession.h 3032 100 %
moz.build 641 -
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 @{ 401136 -
onnxruntime_ep_c_api.h \addtogroup Global @{ 156950 -
onnxruntime_error_code.h \addtogroup Global ONNX Runtime C API @{ 2775 -
Tensor.cpp 18304 -
Tensor.h 2842 100 %