surrealml-core 0.1.3

The core machine learning library for SurrealML that enables SurrealDB to store and load ML models
Documentation
1
2
3
//! Defines operations around performing computations on a loaded model.
pub mod compute;
pub mod onnx_environment;