DLPrimitives
|
Configuration of Convoltion. More...
#include <include/dlprim/core/conv.hpp>
Public Member Functions | |
Conv2DSettings (Conv2DSettings const &)=default | |
Conv2DSettings (Convolution2DConfigBase const &v, Shape s, DataType dt) | |
Public Attributes | |
Shape | shape |
DataType | dtype =float_data |
Public Attributes inherited from dlprim::Convolution2DConfigBase | |
int | channels_in = -1 |
int | channels_out = -1 |
int | kernel [2] = {1,1} |
int | stride [2] = {1,1} |
int | dilate [2] = {1,1} |
int | pad [2] = {0,0} |
int | groups = 1 |
Configuration of Convoltion.