Expand description
Re-export of snapshot storage utilities.
Structs§
- Storage
- Storage backend for tensor data.
- Structured
Storage - Structured tensor snapshot storage.
Traits§
- Storage
Scalar - Trait for scalar types that can be stored in
Storage. - SumFrom
Storage - Types that can be computed as the result of a reduction over
Storage.
Functions§
- make_
mut_ storage - Helper to get a mutable reference to storage, cloning if needed (COW).
- mindim
- Get the minimum dimension from a slice of dimensions. This is used for DiagTensor where all indices must have the same dimension.
Type Aliases§
- AnyScalar
- Backward-compatible scalar type name used across tensor4all APIs.