AI Engine API User Guide (AIE) 2022.2
|
#include <compare.hpp>
Public Types | |
using | mask_type = mask< Elems > |
using | vector_type = vector< T, Elems > |
Static Public Member Functions | |
static mask_type | run (const T &a, const vector_type &v) |
static mask_type | run (const vector_type &v, const T &a) |
template<unsigned Elems2> | |
static mask_type | run (const vector_type &v, vector_elem_const_ref< T, Elems2 > a) |
static mask_type | run (const vector_type &v1, const vector_type &v2) |
template<unsigned Elems2> | |
static mask_type | run (vector_elem_const_ref< T, Elems2 > a, const vector_type &v) |