MLIR  21.0.0git
Public Attributes | List of all members
mlir::SliceBoundsVerificationResult Struct Reference

Result for slice bounds verification;. More...

#include "mlir/Interfaces/ViewLikeInterface.h"

Public Attributes

bool isValid
 If set to "true", the slice bounds verification was successful. More...
 
std::string errorMessage
 An error message that can be printed during op verification. More...
 

Detailed Description

Result for slice bounds verification;.

Definition at line 49 of file ViewLikeInterface.h.

Member Data Documentation

◆ errorMessage

std::string mlir::SliceBoundsVerificationResult::errorMessage

An error message that can be printed during op verification.

Definition at line 53 of file ViewLikeInterface.h.

Referenced by mlir::verifyInBoundsSlice().

◆ isValid

bool mlir::SliceBoundsVerificationResult::isValid

If set to "true", the slice bounds verification was successful.

Definition at line 51 of file ViewLikeInterface.h.

Referenced by mlir::OpWithOffsetSizesAndStridesConstantArgumentFolder< OpType, ResultTypeFn, CastOpFunc, CheckInBounds >::matchAndRewrite(), and mlir::verifyInBoundsSlice().


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