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

Façade for higher-level kernel operations built on top of microkernels. More...

#include "config.h"
#include "fused/microkernels/microkernel_base.h"
#include "fused/kernel_ops/kernel_helpers.h"
#include "fused/kernel_ops/kernel_eval.h"
#include "fused/kernel_ops/kernel_reduce.h"
#include "fused/kernel_ops/kernel_compare.h"
#include "fused/kernel_ops/kernel_dot.h"
#include "fused/kernel_ops/kernel_gemm.h"
Include dependency graph for kernel_ops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  KernelOps< T, Bits, Arch >
 

Detailed Description

Façade for higher-level kernel operations built on top of microkernels.

Delegates to specialized sub-modules:

Callers should include only this file.