| MLIR
    22.0.0git
    | 
#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 | 
Definition at line 23 of file TargetEnv.h.
| 
 | inline | 
Definition at line 32 of file TargetEnv.h.
References MAX_KERNEL, MAX_LOG2_SIZE, MAX_NESTING, MAX_RANK, MAX_SCALE, MAX_STRIDE, and MAX_TENSOR_LIST_SIZE.
| int32_t mlir::tosa::TosaLevel::MAX_KERNEL = 0 | 
Definition at line 25 of file TargetEnv.h.
Referenced by operator==().
| int32_t mlir::tosa::TosaLevel::MAX_LOG2_SIZE = 0 | 
Definition at line 28 of file TargetEnv.h.
Referenced by operator==().
| int32_t mlir::tosa::TosaLevel::MAX_NESTING = 0 | 
Definition at line 29 of file TargetEnv.h.
Referenced by operator==().
| int32_t mlir::tosa::TosaLevel::MAX_RANK = 0 | 
Definition at line 24 of file TargetEnv.h.
Referenced by operator==().
| int32_t mlir::tosa::TosaLevel::MAX_SCALE = 0 | 
Definition at line 27 of file TargetEnv.h.
Referenced by operator==().
| int32_t mlir::tosa::TosaLevel::MAX_STRIDE = 0 | 
Definition at line 26 of file TargetEnv.h.
Referenced by operator==().
| int32_t mlir::tosa::TosaLevel::MAX_TENSOR_LIST_SIZE = 0 | 
Definition at line 30 of file TargetEnv.h.
Referenced by operator==().