Searched refs:layer_activation (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | cnn.c | 288 activation_fn get_activation(ACTIVATION layer_activation) { in get_activation() argument 289 switch (layer_activation) { in get_activation() 318 int stride, ACTIVATION layer_activation) { in av1_cnn_activate_c() argument 319 activation_fn activation = get_activation(layer_activation); in av1_cnn_activate_c()
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 96 …te_c( float **input, int channels, int width, int height, int stride, ACTIVATION layer_activation);
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 96 …te_c( float **input, int channels, int width, int height, int stride, ACTIVATION layer_activation);
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 96 …te_c( float **input, int channels, int width, int height, int stride, ACTIVATION layer_activation);
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 96 …te_c( float **input, int channels, int width, int height, int stride, ACTIVATION layer_activation);
|