FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | LayerFunc |
Typedefs | |
typedef int(* | LAYER_EXEC_FUNC) (DnnOperand *operands, const int32_t *input_operand_indexes, int32_t output_operand_index, const void *parameters, NativeContext *ctx) |
typedef int(* | LAYER_LOAD_FUNC) (Layer *layer, AVIOContext *model_file_context, int file_size, int operands_num) |
Variables | |
const LayerFunc | ff_layer_funcs [DLT_COUNT] |
typedef int(* LAYER_EXEC_FUNC) (DnnOperand *operands, const int32_t *input_operand_indexes, int32_t output_operand_index, const void *parameters, NativeContext *ctx) |
Definition at line 27 of file dnn_backend_native_layers.h.
typedef int(* LAYER_LOAD_FUNC) (Layer *layer, AVIOContext *model_file_context, int file_size, int operands_num) |
Definition at line 29 of file dnn_backend_native_layers.h.
Definition at line 32 of file dnn_backend_native_layers.c.
Referenced by execute_model_native(), and ff_dnn_load_model_native().