MLIR  19.0.0git
Public Member Functions | List of all members
SliceReturnTypeCanonicalizer Struct Reference

Return the canonical type of the result of an extract_slice op. More...

Public Member Functions

RankedTensorType operator() (ExtractSliceOp op, ArrayRef< OpFoldResult > mixedOffsets, ArrayRef< OpFoldResult > mixedSizes, ArrayRef< OpFoldResult > mixedStrides)
 

Detailed Description

Return the canonical type of the result of an extract_slice op.

Definition at line 2328 of file TensorOps.cpp.

Member Function Documentation

◆ operator()()

RankedTensorType SliceReturnTypeCanonicalizer::operator() ( ExtractSliceOp  op,
ArrayRef< OpFoldResult mixedOffsets,
ArrayRef< OpFoldResult mixedSizes,
ArrayRef< OpFoldResult mixedStrides 
)
inline

Definition at line 2329 of file TensorOps.cpp.


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