MLIR 22.0.0git
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 147 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: