#include "Core/Array/Pattern/PatGenConv2dK1d.h"
#include "Core/Array/Trait/BpoMul.h"
#include "Core/Array/Trait/BpoAddAssign.h"
Include dependency graph for ConvKernel1d.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
Functions | |
template<class DstArrayT, class SrcArrayT, class KerArrayT> | |
void | Impala::Core::Array::ConvKernel1d (DstArrayT *&dst, SrcArrayT *src, int dimension, KerArrayT *ker) |