candela-tensor 0.2.0

A lazy, graph-based tensor engine in Rust
Documentation
1
2
3
4
5
6
7
mod cache;
mod dynamic;
mod frame;

pub use cache::{BuildFunction, EvictionPolicy, LRUPolicy, SkeletonCache, UnboundedPolicy};
pub use dynamic::{DynamicSkeleton, UnboundedDynamicSkeleton};
pub use frame::*;