surrealml-core 0.1.12

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