tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Classes | Typedefs | Variables
microkernel_base.h File Reference
#include "config.h"
#include "simple_type_traits.h"
#include "fused/microkernels/generic/generic_microkernel.h"
Include dependency graph for microkernel_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Microkernel< T, Bits, Arch >
 

Typedefs

using DefaultArch = GENERICARCH
 

Variables

constexpr my_size_t BITS = 0
 
constexpr my_size_t DATA_ALIGNAS = BITS / 8
 

Typedef Documentation

◆ DefaultArch

Variable Documentation

◆ BITS

constexpr my_size_t BITS = 0
constexpr

◆ DATA_ALIGNAS

constexpr my_size_t DATA_ALIGNAS = BITS / 8
constexpr