//! Neural inference library for executing optimized computation sequences.
//!
//! This library provides functionality to run neural network inference using
//! a sequence of instructions that operate on computation buffers. It supports
//! various operations like dot products, activations, copying, and element-wise operations.
// Benchmarks module
pub use Activation;
pub use InstructionModel;
pub use ;
pub use ;