MLIR
21.0.0git
|
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... | |
Result for slice bounds verification;.
Definition at line 49 of file ViewLikeInterface.h.
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().
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().