![]() |
ONNX Runtime
|
The OrtEp struct provides functions to implement for an execution provider. More...
#include <onnxruntime_c_api.h>
Public Attributes | |
uint32_t | ort_version_supported |
The ONNX Runtime version the execution provider was compiled with. | |
const char *(* | GetName )(const OrtEp *this_ptr) |
Get the execution provider name. | |
The OrtEp struct provides functions to implement for an execution provider.
const char *( * OrtEp::GetName) (const OrtEp *this_ptr) |
Get the execution provider name.
[in] | this_ptr | The OrtEp instance. |
uint32_t OrtEp::ort_version_supported |
The ONNX Runtime version the execution provider was compiled with.
Implementation should set to ORT_API_VERSION. ORT will use this to ensure it does not call functions that were not available when the library was compiled.