|
MLIR 23.0.0git
|
#include "mlir/Dialect/Tosa/IR/TosaProfileCompliance.h"
Public Member Functions | |
| TypeInfo (mlir::TypeID typeID, uint32_t bitWidth) | |
| TypeInfo (mlir::TypeID typeID, uint32_t bitWidth, mlir::TypeID valueTypeID, mlir::TypeID scaleTypeID, tosa::BlockShape blockShape) | |
Public Attributes | |
| mlir::TypeID | typeID |
| uint32_t | bitWidth |
| mlir::TypeID | valueTypeID |
| mlir::TypeID | scaleTypeID |
| std::optional< tosa::BlockShape > | blockShape |
Definition at line 26 of file TosaProfileCompliance.h.
|
inline |
Definition at line 27 of file TosaProfileCompliance.h.
References bitWidth, blockShape, scaleTypeID, typeID, and valueTypeID.
|
inline |
Definition at line 31 of file TosaProfileCompliance.h.
References bitWidth, blockShape, scaleTypeID, typeID, and valueTypeID.
| uint32_t TypeInfo::bitWidth |
Definition at line 37 of file TosaProfileCompliance.h.
Referenced by TosaProfileCompliance::isSameTypeInfo(), TosaProfileCompliance::stringifyTypeInfo(), TypeInfo(), and TypeInfo().
| std::optional<tosa::BlockShape> TypeInfo::blockShape |
Definition at line 40 of file TosaProfileCompliance.h.
Referenced by TosaProfileCompliance::isSameTypeInfo(), TosaProfileCompliance::stringifyTypeInfo(), TypeInfo(), and TypeInfo().
| mlir::TypeID TypeInfo::scaleTypeID |
Definition at line 39 of file TosaProfileCompliance.h.
Referenced by TosaProfileCompliance::isSameTypeInfo(), TosaProfileCompliance::stringifyTypeInfo(), TypeInfo(), and TypeInfo().
| mlir::TypeID TypeInfo::typeID |
Definition at line 36 of file TosaProfileCompliance.h.
Referenced by TosaProfileCompliance::isSameTypeInfo(), TosaProfileCompliance::stringifyTypeInfo(), TypeInfo(), and TypeInfo().
| mlir::TypeID TypeInfo::valueTypeID |
Definition at line 38 of file TosaProfileCompliance.h.
Referenced by TosaProfileCompliance::isSameTypeInfo(), TosaProfileCompliance::stringifyTypeInfo(), TypeInfo(), and TypeInfo().