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

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

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

Public Attributes

SmallVector< tensor::PackOp > packOps
 
linalg::LinalgOp packedLinalgOp
 
SmallVector< tensor::UnPackOp > unPackOps
 

Detailed Description

Struct to hold the result of a pack call.

Definition at line 1121 of file Transforms.h.

Member Data Documentation

◆ packedLinalgOp

linalg::LinalgOp mlir::linalg::PackResult::packedLinalgOp

Definition at line 1123 of file Transforms.h.

◆ packOps

SmallVector<tensor::PackOp> mlir::linalg::PackResult::packOps

Definition at line 1122 of file Transforms.h.

◆ unPackOps

SmallVector<tensor::UnPackOp> mlir::linalg::PackResult::unPackOps

Definition at line 1124 of file Transforms.h.


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