OrtGetApiBase method
\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();
}
\brief The Onnxruntime library's entry point to access the C API
Call this to get the a pointer to an ::OrtApiBase
ffi.Pointer<OrtApiBase> OrtGetApiBase() {
return _OrtGetApiBase();
}