|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | DnnLayerMathBinaryParams |
Enumerations | |
| enum | DNNMathBinaryOperation { DMBO_SUB = 0, DMBO_ADD = 1, DMBO_MUL = 2, DMBO_REALDIV = 3, DMBO_MINIMUM = 4, DMBO_COUNT } |
Functions | |
| int | dnn_load_layer_math_binary (Layer *layer, AVIOContext *model_file_context, int file_size, int operands_num) |
| int | dnn_execute_layer_math_binary (DnnOperand *operands, const int32_t *input_operand_indexes, int32_t output_operand_index, const void *parameters) |
DNN inference functions interface for native backend.
Definition in file dnn_backend_native_layer_mathbinary.h.
| Enumerator | |
|---|---|
| DMBO_SUB | |
| DMBO_ADD | |
| DMBO_MUL | |
| DMBO_REALDIV | |
| DMBO_MINIMUM | |
| DMBO_COUNT | |
Definition at line 33 of file dnn_backend_native_layer_mathbinary.h.
| int dnn_load_layer_math_binary | ( | Layer * | layer, |
| AVIOContext * | model_file_context, | ||
| int | file_size, | ||
| int | operands_num | ||
| ) |
Definition at line 30 of file dnn_backend_native_layer_mathbinary.c.
| int dnn_execute_layer_math_binary | ( | DnnOperand * | operands, |
| const int32_t * | input_operand_indexes, | ||
| int32_t | output_operand_index, | ||
| const void * | parameters | ||
| ) |
Definition at line 79 of file dnn_backend_native_layer_mathbinary.c.
Referenced by test_broadcast_input0(), test_broadcast_input1(), and test_no_broadcast().
1.8.17