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

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

Public Attributes

tensor::EmptyOp emptyOp
 
linalg::TransposeOp transposeOp
 
tensor::CollapseShapeOp collapseShapeOp
 
tensor::ExtractSliceOp extractSliceOp
 

Detailed Description

Definition at line 1109 of file Transforms.h.

Member Data Documentation

◆ collapseShapeOp

tensor::CollapseShapeOp mlir::linalg::LowerUnPackOpResult::collapseShapeOp

Definition at line 1112 of file Transforms.h.

◆ emptyOp

tensor::EmptyOp mlir::linalg::LowerUnPackOpResult::emptyOp

Definition at line 1110 of file Transforms.h.

◆ extractSliceOp

tensor::ExtractSliceOp mlir::linalg::LowerUnPackOpResult::extractSliceOp

Definition at line 1113 of file Transforms.h.

◆ transposeOp

linalg::TransposeOp mlir::linalg::LowerUnPackOpResult::transposeOp

Definition at line 1111 of file Transforms.h.


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