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

A struct containg offsets-sizes-strides arguments of the tiled shape. More...

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

Public Attributes

SmallVector< OpFoldResultoffsets
 
SmallVector< OpFoldResultsizes
 
SmallVector< OpFoldResultstrides
 

Detailed Description

A struct containg offsets-sizes-strides arguments of the tiled shape.

Definition at line 140 of file Utils.h.

Member Data Documentation

◆ offsets

SmallVector<OpFoldResult> mlir::linalg::SliceParameters::offsets

◆ sizes

SmallVector<OpFoldResult> mlir::linalg::SliceParameters::sizes

◆ strides

SmallVector<OpFoldResult> mlir::linalg::SliceParameters::strides

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