aprender-core 0.31.2

Next-generation machine learning library in pure Rust
1
2
3
4
5
6
7
8
#![allow(clippy::disallowed_methods)]
// Contract-driven property tests for aprender kernels.
//
// These tests enforce the YAML kernel contracts from
// provable-contracts as executable property tests.
// Run with: cargo test --test contract_tests

mod contracts;