MLIR  22.0.0git
Public Attributes | List of all members
mlir::linalg::PadTilingInterfaceResult Struct Reference

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< Valuereplacements
 Slices of the padded op's results, same types as toPad. More...
 

Detailed Description

Operations and values created in the process of padding a TilingInterface operation.

Definition at line 640 of file Transforms.h.

Member Data Documentation

◆ paddedOp

TilingInterface mlir::linalg::PadTilingInterfaceResult::paddedOp

The padded op, a clone of toPad with padded operands.

Definition at line 644 of file Transforms.h.

◆ padOps

SmallVector<tensor::PadOp> mlir::linalg::PadTilingInterfaceResult::padOps

The operands of the padded op.

Definition at line 642 of file Transforms.h.

◆ replacements

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.


The documentation for this struct was generated from the following file: