Encapsulates the arguments related to affine maps that are common in operation constructors that support them.
More...
#include <Support.h>
Encapsulates the arguments related to affine maps that are common in operation constructors that support them.
Definition at line 105 of file Support.h.
◆ array
| int32_t* LlzkAffineMapOperandsBuilder::array |
List of dimension counts.
Is owned by this struct and it gets automatically allocated/deallocated if the user switches to or from Attr mode.
Definition at line 118 of file Support.h.
◆ attr
| MlirAttribute LlzkAffineMapOperandsBuilder::attr |
◆ [union]
| union { ... } LlzkAffineMapOperandsBuilder::dimsPerMap |
◆ mapOperands
◆ nDimsPerMap
| intptr_t LlzkAffineMapOperandsBuilder::nDimsPerMap |
Set to a negative number to indicate that dimsPerMap.attr must be used instead of dimsPerMap.array.
The default mode is Array with an uninitialized array.
Definition at line 113 of file Support.h.
◆ nMapOperands
| intptr_t LlzkAffineMapOperandsBuilder::nMapOperands |
The documentation for this struct was generated from the following file: