MLIR  22.0.0git
Public Member Functions | Public Attributes | List of all members
mlir::tosa::TosaLevel Struct Reference

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

Public Member Functions

bool operator== (const TosaLevel &rhs)
 

Public Attributes

int32_t MAX_RANK = 0
 
int32_t MAX_KERNEL = 0
 
int32_t MAX_STRIDE = 0
 
int32_t MAX_SCALE = 0
 
int32_t MAX_LOG2_SIZE = 0
 
int32_t MAX_NESTING = 0
 
int32_t MAX_TENSOR_LIST_SIZE = 0
 

Detailed Description

Definition at line 23 of file TargetEnv.h.

Member Function Documentation

◆ operator==()

bool mlir::tosa::TosaLevel::operator== ( const TosaLevel rhs)
inline

Member Data Documentation

◆ MAX_KERNEL

int32_t mlir::tosa::TosaLevel::MAX_KERNEL = 0

Definition at line 25 of file TargetEnv.h.

Referenced by operator==().

◆ MAX_LOG2_SIZE

int32_t mlir::tosa::TosaLevel::MAX_LOG2_SIZE = 0

Definition at line 28 of file TargetEnv.h.

Referenced by operator==().

◆ MAX_NESTING

int32_t mlir::tosa::TosaLevel::MAX_NESTING = 0

Definition at line 29 of file TargetEnv.h.

Referenced by operator==().

◆ MAX_RANK

int32_t mlir::tosa::TosaLevel::MAX_RANK = 0

Definition at line 24 of file TargetEnv.h.

Referenced by operator==().

◆ MAX_SCALE

int32_t mlir::tosa::TosaLevel::MAX_SCALE = 0

Definition at line 27 of file TargetEnv.h.

Referenced by operator==().

◆ MAX_STRIDE

int32_t mlir::tosa::TosaLevel::MAX_STRIDE = 0

Definition at line 26 of file TargetEnv.h.

Referenced by operator==().

◆ MAX_TENSOR_LIST_SIZE

int32_t mlir::tosa::TosaLevel::MAX_TENSOR_LIST_SIZE = 0

Definition at line 30 of file TargetEnv.h.

Referenced by operator==().


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