Skip to main content

Crate axonml_core

Crate axonml_core 

Source
Expand description

Axonml Core - Foundation Layer for the Axonml ML Framework

§File

crates/axonml-core/src/lib.rs

§Author

Andrew Jewell Sr - AutomataNexus

§Updated

March 8, 2026

§Disclaimer

Use at own risk. This software is provided “as is”, without warranty of any kind, express or implied. The author and AutomataNexus shall not be held liable for any damages arising from the use of this software.

Re-exports§

pub use allocator::Allocator;
pub use allocator::DefaultAllocator;
pub use device::Device;
pub use dtype::DType;
pub use dtype::Float;
pub use dtype::Numeric;
pub use dtype::Scalar;
pub use error::Error;
pub use error::Result;
pub use storage::Storage;

Modules§

allocator
Allocator - Memory Allocation Traits and Implementations
backends
Backends - Device-Specific Implementations
device
Device Abstraction - Hardware Backend Management
dtype
Data Types - Axonml Type System
error
Error Types - Axonml Core Error Handling
prelude
Convenient imports for common usage.
storage
Storage - Raw Memory Management for Tensors