00001 00003 #ifndef __KERNELWRAPPER_H__ 00004 #define __KERNELWRAPPER_H__ 00005 00006 #include "neuralregion.h" 00007 #include "parammap.h" 00008 00009 NeuralRegion* LissomMap_create(const string& name_i, NeuralRegion::Dimensions dims, 00010 bool init_weights_, ParamMap* params); 00011 #endif /* __KERNELWRAPPER_H__ */