Skip to main content

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.

Enums§

StorageKind
Classifies the compact layout used by 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.

Type Aliases§

AnyScalar
Backward-compatible scalar type name used across tensor4all APIs.