My Project
|
#include "mlir/IR/Attributes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/StandardTypes.h"
#include "mlir/Dialect/VectorOps/VectorOps.h.inc"
Go to the source code of this file.
Classes | |
class | mlir::vector::VectorOpsDialect |
Dialect for Ops on higher-dimensional vector types. More... | |
Namespaces | |
mlir | |
mlir::vector | |
Macros | |
#define | GET_OP_CLASSES |
Functions | |
void | mlir::vector::populateVectorToVectorCanonicalizationPatterns (OwningRewritePatternList &patterns, MLIRContext *context) |
Collect a set of vector-to-vector canonicalization patterns. More... | |
void | mlir::vector::populateVectorToVectorTransformationPatterns (OwningRewritePatternList &patterns, MLIRContext *context) |
Collect a set of vector-to-vector transformation patterns. More... | |
IntegerType | mlir::vector::getVectorSubscriptType (Builder &builder) |
Returns the integer type required for subscripts in the vector dialect. More... | |
ArrayAttr | mlir::vector::getVectorSubscriptAttr (Builder &b, ArrayRef< int64_t > values) |
#define GET_OP_CLASSES |