Searched defs:CNN_LAYER_CONFIG (Results 1 – 5 of 5) sorted by relevance
105 struct CNN_LAYER_CONFIG { struct106 int in_channels;107 int filter_width;108 int filter_height;109 int out_channels;110 int skip_width;111 int skip_height;112 int maxpool; // whether to use maxpool or not (only effective when114 const float *weights; // array of length filter_height x filter_width x118 const float *bias; // array of length out_channels[all …]
49 typedef struct CNN_LAYER_CONFIG CNN_LAYER_CONFIG; typedef