FFmpeg  4.1.4
Data Fields
DNNModule Struct Reference

#include <libavfilter/dnn_interface.h>

Data Fields

DNNModel *(* load_model )(const char *model_filename)
 
DNNReturnType(* execute_model )(const DNNModel *model)
 
void(* free_model )(DNNModel **model)
 

Detailed Description

Definition at line 47 of file dnn_interface.h.

Field Documentation

◆ load_model

DNNModel*(* DNNModule::load_model) (const char *model_filename)

Definition at line 49 of file dnn_interface.h.

Referenced by ff_get_dnn_module(), and init().

◆ execute_model

DNNReturnType(* DNNModule::execute_model) (const DNNModel *model)

Definition at line 51 of file dnn_interface.h.

Referenced by ff_get_dnn_module(), and filter_frame().

◆ free_model

void(* DNNModule::free_model) (DNNModel **model)

Definition at line 53 of file dnn_interface.h.

Referenced by ff_get_dnn_module(), and uninit().


The documentation for this struct was generated from the following file: