MLIR 22.0.0git
mlir::linalg::LowerPackResult Struct Reference

#include "mlir/Dialect/Linalg/Transforms/Transforms.h"

Public Attributes

tensor::PadOp padOp
tensor::ExpandShapeOp expandShapeOp
linalg::TransposeOp transposeOp

Detailed Description

Definition at line 1248 of file Transforms.h.

Member Data Documentation

◆ expandShapeOp

tensor::ExpandShapeOp mlir::linalg::LowerPackResult::expandShapeOp

Definition at line 1250 of file Transforms.h.

◆ padOp

tensor::PadOp mlir::linalg::LowerPackResult::padOp

Definition at line 1249 of file Transforms.h.

◆ transposeOp

linalg::TransposeOp mlir::linalg::LowerPackResult::transposeOp

Definition at line 1251 of file Transforms.h.


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