latexsnipper-runtime 3.1.0

Runtime abstraction — Session, Provider, ModelHandle
Documentation
1
2
3
4
5
6
7
8
9
pub mod legacy_adapter;
#[cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))]
pub mod onnx;
#[cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))]
pub mod onnx_factory;
pub mod stub;

#[cfg(feature = "remote-api")]
pub mod remote;