MLIR  21.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< SmallVector< TypeInfo > > operandTypeInfoSet
 
CheckCondition condition = CheckCondition::anyOf
 

Detailed Description

template<typename T>
struct OpComplianceInfo< T >

Definition at line 40 of file TosaProfileCompliance.h.

Member Data Documentation

◆ condition

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

Definition at line 45 of file TosaProfileCompliance.h.

◆ mode

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

Definition at line 43 of file TosaProfileCompliance.h.

◆ operandTypeInfoSet

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

Definition at line 44 of file TosaProfileCompliance.h.


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