FFmpeg
Functions
dnn_backend_native_layer_dense.c File Reference
#include "libavutil/avassert.h"
#include "dnn_backend_native_layer_dense.h"

Go to the source code of this file.

Functions

int ff_dnn_load_layer_dense (Layer *layer, AVIOContext *model_file_context, int file_size, int operands_num)
 
int ff_dnn_execute_layer_dense (DnnOperand *operands, const int32_t *input_operand_indexes, int32_t output_operand_index, const void *parameters, NativeContext *ctx)
 

Function Documentation

◆ ff_dnn_load_layer_dense()

int ff_dnn_load_layer_dense ( Layer layer,
AVIOContext model_file_context,
int  file_size,
int  operands_num 
)

Definition at line 24 of file dnn_backend_native_layer_dense.c.

◆ ff_dnn_execute_layer_dense()

int ff_dnn_execute_layer_dense ( DnnOperand operands,
const int32_t input_operand_indexes,
int32_t  output_operand_index,
const void *  parameters,
NativeContext ctx 
)

Definition at line 85 of file dnn_backend_native_layer_dense.c.

Referenced by test().