burn-store 0.21.0

Storage and serialization infrastructure for Burn
Documentation
1
2
3
4
5
6
7
8
9
10
11
use crate::TensorSnapshot;

mod alignment;
mod edge_cases;
mod header;
mod helpers;
mod reader;
mod round_trip;
mod store;
mod writer;
mod zero_copy;