tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Classes | Namespaces
kernel_eval.h File Reference

Expression evaluation — dispatch, contiguous path, and permuted path. More...

#include "config.h"
#include "fused/microkernels/microkernel_base.h"
#include "helper_traits.h"
#include "fused/padding_policies/simd_padding_policy.h"
#include "expression_traits/expression_traits.h"
Include dependency graph for kernel_eval.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  detail::KernelEval< T, Bits, Arch >
 

Namespaces

namespace  detail
 

Detailed Description

Expression evaluation — dispatch, contiguous path, and permuted path.

Evaluates expression trees into output buffers. Dispatches based on expression::traits<Expr>::IsPermuted: