#include "Core/Array/Pattern/PatRecGenConv2dSep.h"
#include "Core/Array/Trait/BpoMul.h"
#include "Core/Array/Trait/BpoAddAssign.h"
#include "Util/TimePlot.h"
Include dependency graph for RecConvKernelSeparated.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::RecConvKernelSeparated (DstArrayT *&dst, SrcArrayT *src, KerArrayT *kerx, KerArrayT *kery, Util::TimePlot *plotter=0) |
template<class DstArrayT, class SrcArrayT, class KerArrayT, class KerArithT> | |
void | Impala::Core::Array::RecConvKernelSeparated (DstArrayT *&dst, SrcArrayT *src, KerArrayT *kerx, KerArrayT *kery, KerArithT leftBorderNorm, KerArithT rightBorderNorm, KerArithT topBorderNorm, KerArithT bottomBorderNorm, Util::TimePlot *plotter=0) |