|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | DnnLayerMaximumParams |
Functions | |
| int | ff_dnn_load_layer_maximum (Layer *layer, AVIOContext *model_file_context, int file_size, int operands_num) |
| int | ff_dnn_execute_layer_maximum (DnnOperand *operands, const int32_t *input_operand_indexes, int32_t output_operand_index, const void *parameters, NativeContext *ctx) |
DNN inference functions interface for native backend.
Definition in file dnn_backend_native_layer_maximum.h.
| int ff_dnn_load_layer_maximum | ( | Layer * | layer, |
| AVIOContext * | model_file_context, | ||
| int | file_size, | ||
| int | operands_num | ||
| ) |
Definition at line 29 of file dnn_backend_native_layer_maximum.c.
| int ff_dnn_execute_layer_maximum | ( | DnnOperand * | operands, |
| const int32_t * | input_operand_indexes, | ||
| int32_t | output_operand_index, | ||
| const void * | parameters, | ||
| NativeContext * | ctx | ||
| ) |
Definition at line 51 of file dnn_backend_native_layer_maximum.c.
Referenced by test().
1.8.17