|
AI Engine API User Guide (AIE-API) 2024.1
|
#include <expr.hpp>
Public Types | |
| using | parent1_type = Parent1 |
| using | parent2_type = Parent2 |
| using | result_type = op_result_type_t< parent1_type, Operation::Max > |
| using | value_type = op_value_type_t< result_type > |
Public Member Functions | |
| result_type | operator() () const |
| auto | parent1 () const |
| auto | parent2 () const |
Static Public Member Functions | |
| static constexpr unsigned | bits () |
| static constexpr bool | is_operation (Operation op, Operations... ops) |
| static constexpr bool | is_operation_none () |
| static constexpr bool | is_operation_not (Operation op, Operations... ops) |
| static constexpr unsigned | size () |
Static Public Attributes | |
| static constexpr Operation | operation |
| using aie::binary_op< Parent1, Parent2, Operation::Max >::parent1_type = Parent1 |
| using aie::binary_op< Parent1, Parent2, Operation::Max >::parent2_type = Parent2 |
| using aie::binary_op< Parent1, Parent2, Operation::Max >::result_type = op_result_type_t<parent1_type, Operation:: Max > |
| using aie::binary_op< Parent1, Parent2, Operation::Max >::value_type = op_value_type_t<result_type> |
|
inlinestaticconstexprinherited |
|
inlinestaticconstexprinherited |
|
inlinestaticconstexprinherited |
|
inlinestaticconstexprinherited |
| binary_op< Parent1, Parent2, Operation::Max >::result_type aie::binary_op< Parent1, Parent2, Operation::Max >::operator() |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticconstexprinherited |
|
staticconstexprinherited |