MLIR
20.0.0git
|
#include "mlir/IR/Dialect.h"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::tensor | |
Functions | |
FailureOr< TilingResult > | mlir::tensor::bubbleUpPadSlice (OpBuilder &b, tensor::PadOp padOp, ArrayRef< OpFoldResult > offsets, ArrayRef< OpFoldResult > sizes, bool generateZeroSliceGuard=true) |
Bubbles up a slice of this pad by taking the slice first and then performing the padding. More... | |
void | mlir::tensor::registerTilingInterfaceExternalModels (mlir::DialectRegistry ®istry) |
Registers external models for Tiling interface for tensor ops. More... | |
void | mlir::tensor::registerTilingInterfaceExternalModelsForPackUnPackOps (DialectRegistry ®istry) |
Similar to the above registeration, but it is only for tensor.pack and tensor.unpack ops. More... | |