AI Engine API User Guide (AIE) 2021.2
aie::operators Namespace Reference

Functions

template
constexpr auto operator!=(const T1 &a, const T2 &b)
More...
template
constexpr auto operator&(const T1 &a, const T2 &b)
More...
template
constexpr auto operator+(const T1 &a, const T2 &b)
More...
template
constexpr T1 & operator+=(T1 &lhs, const T2 &rhs)
More...
template
constexpr auto operator-(const T &a)
More...
template
constexpr auto operator-(const T1 &a, const T2 &b)
More...
template
constexpr T1 & operator-=(T1 &lhs, const T2 &rhs)
More...
template
constexpr auto operator<(const T1 &a, const T2 &b)
More...
template
constexpr auto operator<<(const T &a, unsigned shift)
More...
template
constexpr auto operator<=(const T1 &a, const T2 &b)
More...
template
constexpr auto operator==(const T1 &a, const T2 &b)
More...
template
constexpr auto operator>(const T1 &a, const T2 &b)
More...
template
constexpr auto operator>=(const T1 &a, const T2 &b)
More...
template
constexpr auto operator>>(const T &a, unsigned shift)
More...
template
constexpr auto operator^(const T1 &a, const T2 &b)
More...
template
constexpr auto operator|(const T1 &a, const T2 &b)
More...
template
constexpr auto operator~(const T &a)
More...