Expand description
Memory management module.
Structs§
- Hardware
Properties - Properties of the device related to the accelerator hardware.
- Memory
Device Properties - Properties of the device related to allocation.
- Memory
Lock - A set of storage buffers that are ‘locked’ and cannot be used for allocations currently.
- Memory
Management - Reserves and keeps track of chunks of memory in the storage, and slices upon these chunks.
- Memory
Pool Options - Options to create a memory pool.
- Memory
Usage - Amount of memory in use by this allocator and statistics on how much memory is reserved and wasted in total.
Enums§
- Memory
Configuration - High level configuration of memory management.
- Pool
Type - The type of memory pool to use.
Traits§
- Memory
Handle - The managed tensor buffer handle that points to some memory segment. It should not contain actual data.