|
tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
|
This is the complete list of members for Microkernel< T, Bits, Arch >, including all inherited members.
| add(VecType a, VecType b) noexcept | Microkernel< T, Bits, Arch > | static |
| div(VecType a, VecType b) noexcept | Microkernel< T, Bits, Arch > | static |
| load(const T *ptr) noexcept | Microkernel< T, Bits, Arch > | static |
| max(VecType a, VecType b) noexcept | Microkernel< T, Bits, Arch > | static |
| min(VecType a, VecType b) noexcept | Microkernel< T, Bits, Arch > | static |
| mul(VecType a, VecType b) noexcept | Microkernel< T, Bits, Arch > | static |
| set1(T scalar) noexcept | Microkernel< T, Bits, Arch > | static |
| simdWidth | Microkernel< T, Bits, Arch > | static |
| store(T *ptr, VecType val) noexcept | Microkernel< T, Bits, Arch > | static |
| sub(VecType a, VecType b) noexcept | Microkernel< T, Bits, Arch > | static |
| VecType typedef | Microkernel< T, Bits, Arch > |