FFmpeg
|
#include <dnn_backend_native_layer_avgpool.h>
Data Fields | |
int32_t | strides |
int32_t | kernel_size |
DNNPaddingParam | padding_method |
Definition at line 31 of file dnn_backend_native_layer_avgpool.h.
int32_t AvgPoolParams::strides |
Definition at line 32 of file dnn_backend_native_layer_avgpool.h.
Referenced by ff_dnn_execute_layer_avg_pool(), ff_dnn_load_layer_avg_pool(), test_with_same(), and test_with_valid().
int32_t AvgPoolParams::kernel_size |
Definition at line 32 of file dnn_backend_native_layer_avgpool.h.
Referenced by ff_dnn_execute_layer_avg_pool(), ff_dnn_load_layer_avg_pool(), test_with_same(), and test_with_valid().
DNNPaddingParam AvgPoolParams::padding_method |
Definition at line 33 of file dnn_backend_native_layer_avgpool.h.
Referenced by ff_dnn_execute_layer_avg_pool(), ff_dnn_load_layer_avg_pool(), test_with_same(), and test_with_valid().