FFmpeg
|
#include <dnn_backend_native.h>
Data Fields | |
int32_t | input_num |
int32_t | output_num |
int32_t | kernel_size |
DNNActivationFunc | activation |
float * | kernel |
float * | biases |
Definition at line 43 of file dnn_backend_native.h.
int32_t ConvolutionalParams::input_num |
Definition at line 44 of file dnn_backend_native.h.
Referenced by add_conv_layer(), convolve(), ff_dnn_load_model_native(), and set_input_output_native().
int32_t ConvolutionalParams::output_num |
Definition at line 44 of file dnn_backend_native.h.
Referenced by add_conv_layer(), convolve(), ff_dnn_load_model_native(), and set_input_output_native().
int32_t ConvolutionalParams::kernel_size |
Definition at line 44 of file dnn_backend_native.h.
Referenced by add_conv_layer(), calculate_pad(), convolve(), and ff_dnn_load_model_native().
DNNActivationFunc ConvolutionalParams::activation |
Definition at line 45 of file dnn_backend_native.h.
Referenced by add_conv_layer(), convolve(), and ff_dnn_load_model_native().
float* ConvolutionalParams::kernel |
Definition at line 46 of file dnn_backend_native.h.
Referenced by add_conv_layer(), convolve(), ff_dnn_free_model_native(), and ff_dnn_load_model_native().
float* ConvolutionalParams::biases |
Definition at line 47 of file dnn_backend_native.h.
Referenced by add_conv_layer(), convolve(), ff_dnn_free_model_native(), and ff_dnn_load_model_native().