Summary of onnxruntime APIΒΆ

Most of the code in onnxruntime is written in C++ and exposed in Python using :epkg:`pybind11`. For inference, the main class is InferenceSession. It wraps C class C Class InferenceSession. The python class is easier to use. Both have the same name. It adds some short overhead but significant on small models such as a linear regression.