FFmpeg
|
#include <dnn_backend_native_layer_pad.h>
Data Fields | |
int32_t | paddings [4][2] |
LayerPadModeParam | mode |
float | constant_values |
Definition at line 33 of file dnn_backend_native_layer_pad.h.
int32_t LayerPadParams::paddings[4][2] |
Definition at line 34 of file dnn_backend_native_layer_pad.h.
Referenced by add_pad_layer(), ff_dnn_execute_layer_pad(), ff_dnn_load_layer_pad(), test_with_mode_constant(), test_with_mode_reflect(), and test_with_mode_symmetric().
LayerPadModeParam LayerPadParams::mode |
Definition at line 35 of file dnn_backend_native_layer_pad.h.
Referenced by ff_dnn_execute_layer_pad(), ff_dnn_load_layer_pad(), test_with_mode_constant(), test_with_mode_reflect(), and test_with_mode_symmetric().
float LayerPadParams::constant_values |
Definition at line 36 of file dnn_backend_native_layer_pad.h.
Referenced by ff_dnn_execute_layer_pad(), and test_with_mode_constant().