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 (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.
|
inline |
Definition at line 57 of file TargetEnv.h.
|
inline |
Definition at line 59 of file TargetEnv.h.
|
inline |
Definition at line 67 of file TargetEnv.h.
Referenced by mlir::tosa::stringifyVersion().
|
inline |
Definition at line 68 of file TargetEnv.h.
Referenced by mlir::tosa::stringifyVersion().
|
inline |
Definition at line 62 of file TargetEnv.h.