OrtEnv typedef

OrtEnv = Void

ONNX Runtime C API type definitions.

Reference: https://onnxruntime.ai/docs/api/c/

This file contains FFI bindings for the ONNX Runtime C API. The actual native library must be provided at runtime.

Implementation

// ONNX Runtime opaque pointer types
typedef OrtEnv = Void;