MLIR  19.0.0git
Public Attributes | List of all members
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 1099 of file Transforms.h.

Member Data Documentation

◆ expandShapeOp

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

Definition at line 1101 of file Transforms.h.

◆ padOp

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

Definition at line 1100 of file Transforms.h.

◆ transposeOp

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

Definition at line 1102 of file Transforms.h.


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