OrtGetApiBase method

Pointer<OrtApiBase> OrtGetApiBase()

\brief The Onnxruntime library's entry point to access the C API

Call this to get the a pointer to an ::OrtApiBase

Implementation

ffi.Pointer<OrtApiBase> OrtGetApiBase() {
  return _OrtGetApiBase();
}