Searched defs:CNN_LAYER_CONFIG (Results 1 – 6 of 6) sorted by relevance
106 struct CNN_LAYER_CONFIG { struct107 int in_channels;108 int filter_width;109 int filter_height;110 int out_channels;111 int skip_width;112 int skip_height;113 int maxpool; // whether to use maxpool or not (only effective when115 const float *weights; // array of length filter_height x filter_width x119 const float *bias; // array of length out_channels[all …]
60 typedef struct CNN_LAYER_CONFIG CNN_LAYER_CONFIG; typedef