FFmpeg
|
#include "dnn_backend_native.h"
#include "libavutil/avassert.h"
#include "dnn_backend_native_layer_depth2space.h"
Go to the source code of this file.
Functions | |
int | ff_dnn_load_layer_depth2space (Layer *layer, AVIOContext *model_file_context, int file_size, int operands_num) |
int | ff_dnn_execute_layer_depth2space (DnnOperand *operands, const int32_t *input_operand_indexes, int32_t output_operand_index, const void *parameters, NativeContext *ctx) |
DNN native backend implementation.
Definition in file dnn_backend_native_layer_depth2space.c.
int ff_dnn_load_layer_depth2space | ( | Layer * | layer, |
AVIOContext * | model_file_context, | ||
int | file_size, | ||
int | operands_num | ||
) |
Definition at line 30 of file dnn_backend_native_layer_depth2space.c.
int ff_dnn_execute_layer_depth2space | ( | DnnOperand * | operands, |
const int32_t * | input_operand_indexes, | ||
int32_t | output_operand_index, | ||
const void * | parameters, | ||
NativeContext * | ctx | ||
) |
Definition at line 52 of file dnn_backend_native_layer_depth2space.c.
Referenced by test().