MLIR  22.0.0git
Public Attributes | List of all members
OpComplianceInfo< T > Struct Template Reference

#include "mlir/Dialect/Tosa/IR/TosaProfileCompliance.h"

Public Attributes

SmallVector< T > mode
 
SmallVector< VersionedTypeInfooperandTypeInfoSet
 
CheckCondition condition = CheckCondition::anyOf
 

Detailed Description

template<typename T>
struct OpComplianceInfo< T >

Definition at line 43 of file TosaProfileCompliance.h.

Member Data Documentation

◆ condition

template<typename T >
CheckCondition OpComplianceInfo< T >::condition = CheckCondition::anyOf

Definition at line 48 of file TosaProfileCompliance.h.

◆ mode

template<typename T >
SmallVector<T> OpComplianceInfo< T >::mode

Definition at line 46 of file TosaProfileCompliance.h.

Referenced by TosaProfileCompliance::findMatchedEntry().

◆ operandTypeInfoSet

template<typename T >
SmallVector<VersionedTypeInfo> OpComplianceInfo< T >::operandTypeInfoSet

Definition at line 47 of file TosaProfileCompliance.h.


The documentation for this struct was generated from the following file: