00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef HxFuncRecGenConv2d_h
00011 #define HxFuncRecGenConv2d_h
00012
00013
00014 template <class DataPtrType, class KerDataPtrType, class ArithType,
00015 class PixOpT, class RedOpT>
00016 void
00017 HxFuncRecGenConv2dDispatch(
00018 DataPtrType imgPtr, KerDataPtrType kerPtr, ArithType dummy,
00019 HxSizes imgSize, HxSizes kerSize, PixOpT& pixOp, RedOpT& redOp);
00020
00021
00022 #ifdef INC_TEMPLATE_SRC
00023 #include "HxFuncRecGenConv2d.c"
00024 #endif
00025
00026 #endif