#include <LinalgTypes.h>
|
| | LinalgDialect (MLIRContext *context) |
| |
| Type | parseType (DialectAsmParser &parser) const override |
| | Parse a type registered to this dialect. More...
|
| |
| void | printType (Type type, DialectAsmPrinter &os) const override |
| | Print a type registered to this dialect. More...
|
| |
| virtual | ~Dialect () |
| |
| MLIRContext * | getContext () const |
| |
| StringRef | getNamespace () const |
| |
| bool | allowsUnknownOperations () const |
| |
| bool | allowsUnknownTypes () const |
| |
| virtual Operation * | materializeConstant (OpBuilder &builder, Attribute value, Type type, Location loc) |
| |
| virtual Attribute | parseAttribute (DialectAsmParser &parser, Type type) const |
| | Parse an attribute registered to this dialect. More...
|
| |
| virtual void | printAttribute (Attribute, DialectAsmPrinter &) const |
| |
| virtual LogicalResult | verifyRegionArgAttribute (Operation *, unsigned regionIndex, unsigned argIndex, NamedAttribute) |
| |
| virtual LogicalResult | verifyRegionResultAttribute (Operation *, unsigned regionIndex, unsigned resultIndex, NamedAttribute) |
| |
| virtual LogicalResult | verifyOperationAttribute (Operation *, NamedAttribute) |
| |
| const DialectInterface * | getRegisteredInterface (ClassID *interfaceID) |
| |
| template<typename InterfaceT > |
| const InterfaceT * | getRegisteredInterface () |
| |
◆ LinalgDialect()
| mlir::linalg::LinalgDialect::LinalgDialect |
( |
MLIRContext * |
context | ) |
|
|
explicit |
◆ getDialectNamespace()
| static StringRef mlir::linalg::LinalgDialect::getDialectNamespace |
( |
| ) |
|
|
inlinestatic |
◆ parseType()
Parse a type registered to this dialect.
Reimplemented from mlir::Dialect.
◆ printType()
Print a type registered to this dialect.
Reimplemented from mlir::Dialect.
The documentation for this class was generated from the following files: