native_neural_network 0.3.1

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
mod core;

pub use core::{
    decode_benchmark_blob, encode_benchmark_blob, encoded_size_benchmark_blob,
    persist_benchmark_blob, BenchmarkClock, BenchmarkEncodeError, BenchmarkIoError,
    BenchmarkMetrics, BenchmarkMetricsView, BenchmarkStorage,
};