|
MLIR
22.0.0git
|
Operations and values created in the process of padding a TilingInterface operation. More...
#include "mlir/Dialect/Linalg/Transforms/Transforms.h"
Public Attributes | |
| SmallVector< tensor::PadOp > | padOps |
| The operands of the padded op. More... | |
| TilingInterface | paddedOp |
The padded op, a clone of toPad with padded operands. More... | |
| SmallVector< Value > | replacements |
Slices of the padded op's results, same types as toPad. More... | |
Operations and values created in the process of padding a TilingInterface operation.
Definition at line 640 of file Transforms.h.
| TilingInterface mlir::linalg::PadTilingInterfaceResult::paddedOp |
The padded op, a clone of toPad with padded operands.
Definition at line 644 of file Transforms.h.
| SmallVector<tensor::PadOp> mlir::linalg::PadTilingInterfaceResult::padOps |
The operands of the padded op.
Definition at line 642 of file Transforms.h.
| SmallVector<Value> mlir::linalg::PadTilingInterfaceResult::replacements |
Slices of the padded op's results, same types as toPad.
Definition at line 646 of file Transforms.h.