AI Engine API User Guide (AIE) 2023.2
Loading...
Searching...
No Matches
aie::detail::equal< T, Elems > Struct Template Reference

#include <compare.hpp>

Public Types

using vector_type = vector< T, Elems >
 

Static Public Member Functions

static bool run (const T &a, const vector_type &v)
 
static bool run (const vector_type &v1, const vector_type &v2)
 
template<unsigned Elems2>
static bool run (vector_elem_const_ref< T, Elems2 > a, const vector_type &v)
 

Member Typedef Documentation

◆ vector_type

template<typename T , unsigned Elems>
using aie::detail::equal< T, Elems >::vector_type = vector<T, Elems>

Member Function Documentation

◆ run() [1/3]

template<typename T , unsigned Elems>
static bool aie::detail::equal< T, Elems >::run ( const T &  a,
const vector_type v 
)
inlinestatic

◆ run() [2/3]

template<typename T , unsigned Elems>
static bool aie::detail::equal< T, Elems >::run ( const vector_type v1,
const vector_type v2 
)
inlinestatic

◆ run() [3/3]

template<typename T , unsigned Elems>
template<unsigned Elems2>
static bool aie::detail::equal< T, Elems >::run ( vector_elem_const_ref< T, Elems2 >  a,
const vector_type v 
)
inlinestatic

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