MLIR  19.0.0git
Public Attributes | List of all members
mlir::linalg::PackTransposeResult Struct Reference

Struct to hold the result of a packTranspose call. More...

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

Public Attributes

tensor::PackOp transposedPackOp
 
linalg::LinalgOp transposedLinalgOp
 
tensor::UnPackOp transposedUnPackOp
 

Detailed Description

Struct to hold the result of a packTranspose call.

Definition at line 1133 of file Transforms.h.

Member Data Documentation

◆ transposedLinalgOp

linalg::LinalgOp mlir::linalg::PackTransposeResult::transposedLinalgOp

Definition at line 1135 of file Transforms.h.

◆ transposedPackOp

tensor::PackOp mlir::linalg::PackTransposeResult::transposedPackOp

Definition at line 1134 of file Transforms.h.

◆ transposedUnPackOp

tensor::UnPackOp mlir::linalg::PackTransposeResult::transposedUnPackOp

Definition at line 1136 of file Transforms.h.


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