native_neural_network_std 0.2.1

Ergonomic std wrapper for the `native_neural_network` crate (no_std) — std-friendly re-exports and utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub use native_neural_network::runtime::FixedSliceVec;
pub use native_neural_network::runtime::RuntimeProfile;

pub use native_neural_network::runtime::decode_benchmark_blob;
pub use native_neural_network::runtime::encode_benchmark_blob;
pub use native_neural_network::runtime::encoded_size_benchmark_blob;
pub use native_neural_network::runtime::persist_benchmark_blob;

pub use native_neural_network::runtime::BenchmarkClock;
pub use native_neural_network::runtime::BenchmarkEncodeError;
pub use native_neural_network::runtime::BenchmarkIoError;
pub use native_neural_network::runtime::BenchmarkMetrics;
pub use native_neural_network::runtime::BenchmarkMetricsView;
pub use native_neural_network::runtime::BenchmarkStorage;

pub use native_neural_network::runtime::RuntimeClock;
pub use native_neural_network::runtime::RuntimeIoError;
pub use native_neural_network::runtime::RuntimeStorage;