#include "mlir/IR/Attributes.h"
#include "mlir/IR/Diagnostics.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/DialectInterface.h"
#include "mlir/IR/OpImplementation.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Twine.h"
Go to the source code of this file.
|
| | mlir |
| | Include the generated interface declarations.
|
| |
|
| template<typename T , typename... Ts> |
| static LogicalResult | mlir::readResourceHandle (DialectBytecodeReader &reader, FailureOr< T > &value, Ts &&...params) |
| | Helper for resource handle reading that returns LogicalResult. More...
|
| |
| template<typename T , typename... Ts> |
| auto | mlir::get (MLIRContext *context, Ts &&...params) |
| | Helper method that injects context only if needed, this helps unify some of the attribute construction methods. More...
|
| |