|
MLIR 22.0.0git
|
A thin wrapper around the SpecificationVersion enum to represent and provide utilities around the TOSA specification version. More...
#include "mlir/Dialect/Tosa/IR/TargetEnv.h"
Public Member Functions | |
| TosaSpecificationVersion ()=default | |
| TosaSpecificationVersion (uint32_t major, uint32_t minor) | |
| TosaSpecificationVersion (SpecificationVersion version) | |
| bool | isBackwardsCompatibleWith (TosaSpecificationVersion baseVersion) const |
| uint32_t | getMajor () const |
| uint32_t | getMinor () const |
A thin wrapper around the SpecificationVersion enum to represent and provide utilities around the TOSA specification version.
Definition at line 55 of file TargetEnv.h.
|
default |
Referenced by isBackwardsCompatibleWith(), and TosaSpecificationVersion().
|
inline |
Definition at line 59 of file TargetEnv.h.
|
inline |
Definition at line 61 of file TargetEnv.h.
References TosaSpecificationVersion().
|
inline |
Definition at line 69 of file TargetEnv.h.
Referenced by mlir::tosa::stringifyVersion().
|
inline |
Definition at line 70 of file TargetEnv.h.
Referenced by mlir::tosa::stringifyVersion().
|
inline |
Definition at line 64 of file TargetEnv.h.
References TosaSpecificationVersion().
Referenced by TosaProfileCompliance::checkProfileOrExtension(), and mlir::tosa::TargetEnv::verifyTargetInformation().