PhoenixHardware  0.2.0
Tools to get hardware information
Loading...
Searching...
No Matches
Phoenix Namespace Reference

Enumerations

enum  AllocMode { NONE = 0 , ALIGNED = 1 , PADDING = 2 }
 Allocation mode of the PTensor. More...
 

Enumeration Type Documentation

◆ AllocMode

Allocation mode of the PTensor.

Enumerator
NONE 
ALIGNED 
PADDING 

Definition at line 16 of file phoenix_template_alloc.h.

16 {
17 NONE = 0,
18 ALIGNED = 1,
19 PADDING = 2
20 };