Expand description
allocator module containing the memory management utilities.
Structs§
- CpuAllocator
- A tensor allocator that uses the system allocator.
Enums§
- Tensor
Allocator Error - An error type for tensor allocator operations.
Traits§
- Tensor
Allocator - A trait for allocating and deallocating memory for tensors.