Module allocator

Source
Expand description

allocator module containing the memory management utilities.

Structs§

CpuAllocator
A tensor allocator that uses the system allocator.

Enums§

TensorAllocatorError
An error type for tensor allocator operations.

Traits§

TensorAllocator
A trait for allocating and deallocating memory for tensors.