|
MLIR
22.0.0git
|
#include "mlir/IR/Attributes.h"#include "mlir/IR/Dialect.h"#include "mlir/Interfaces/DataLayoutInterfaces.h"#include "mlir/Dialect/DLTI/DLTIAttrs.h.inc"#include "mlir/Dialect/DLTI/DLTIDialect.h.inc"Go to the source code of this file.
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::detail | |
| AttrTypeReplacer. | |
| mlir::dlti | |
Macros | |
| #define | GET_ATTRDEF_CLASSES |
Functions | |
| FailureOr< Attribute > | mlir::dlti::query (Operation *op, ArrayRef< DataLayoutEntryKey > keys, bool emitError=false) |
Perform a DLTI-query at op, recursively querying each key of keys on query interface-implementing attrs, starting from attr obtained from op. More... | |
| FailureOr< Attribute > | mlir::dlti::query (Operation *op, ArrayRef< StringRef > keys, bool emitError=false) |
Perform a DLTI-query at op using each string in keys as a separate DLTI entry key, recursively querying on query interface-implementing attrs, starting from attr obtained from op. More... | |