ArrayNDManikinTypes
Namespace: SymTensor.Compiler
Nested types and modules
Type | Description |
ArrayNDManikinT | represents an n-dimensional array that will be allocated or accessed during execution |
MemAllocKindT | memory allocation type |
MemAllocManikinT | represents a memory allocation exclusively for this expression (used for temporary results) |
MemConstManikinT | |
MemManikinT | Represents memory. Memory can either be internal to this expression or external (passed in variable at runtime). Memory can either be on the host or the accelerator. |