Module storage

Module storage 

Source
Expand description

Re-export of snapshot storage utilities.

Structs§

Storage
Storage backend for tensor data.
StructuredStorage
Structured tensor snapshot storage.

Traits§

StorageScalar
Trait for scalar types that can be stored in Storage.
SumFromStorage
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.