MLIR
20.0.0git
|
#include "mlir/Dialect/Tosa/Transforms/Passes.h"
Public Member Functions | |
ValidationOptions & | setProfile (TosaProfileEnum profile) |
ValidationOptions & | enableStrictOperationSpecAlignment (bool enable=true) |
ValidationOptions & | setLevel (TosaLevelEnum level) |
Public Attributes | |
TosaProfileEnum | profile = TosaProfileEnum::Undefined |
Validate if operations match for the given profile. More... | |
bool | strictOperationSpecAlignment = false |
Verify if the properties of certain operations align the spec requirement. More... | |
TosaLevelEnum | level = TosaLevelEnum::EightK |
Validate if operator parameters are within specfication for the given level. More... | |
|
inline |
Definition at line 61 of file Passes.h.
References strictOperationSpecAlignment.
|
inline |
|
inline |
TosaLevelEnum mlir::tosa::ValidationOptions::level = TosaLevelEnum::EightK |
Validate if operator parameters are within specfication for the given level.
Definition at line 67 of file Passes.h.
Referenced by setLevel().
TosaProfileEnum mlir::tosa::ValidationOptions::profile = TosaProfileEnum::Undefined |
Validate if operations match for the given profile.
Definition at line 54 of file Passes.h.
Referenced by setProfile().
bool mlir::tosa::ValidationOptions::strictOperationSpecAlignment = false |
Verify if the properties of certain operations align the spec requirement.
Definition at line 60 of file Passes.h.
Referenced by enableStrictOperationSpecAlignment().