Home
last modified time | relevance | path

Searched defs:CNN_LAYER_CONFIG (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dcnn.h105 struct CNN_LAYER_CONFIG { struct
106 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 when
114 const float *weights; // array of length filter_height x filter_width x
118 const float *bias; // array of length out_channels
[all …]
/external/libaom/config/x86_64/config/
Dav1_rtcd.h49 typedef struct CNN_LAYER_CONFIG CNN_LAYER_CONFIG; typedef
/external/libaom/config/arm64/config/
Dav1_rtcd.h49 typedef struct CNN_LAYER_CONFIG CNN_LAYER_CONFIG; typedef
/external/libaom/config/x86/config/
Dav1_rtcd.h49 typedef struct CNN_LAYER_CONFIG CNN_LAYER_CONFIG; typedef
/external/libaom/config/arm/config/
Dav1_rtcd.h49 typedef struct CNN_LAYER_CONFIG CNN_LAYER_CONFIG; typedef