FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions
dnn_interface.h File Reference

DNN inference engine interface. More...

Go to the source code of this file.

Data Structures

struct  DNNData
 
struct  DNNModel
 
struct  DNNModule
 

Enumerations

enum  DNNReturnType { DNN_SUCCESS, DNN_ERROR }
 
enum  DNNBackendType { DNN_NATIVE, DNN_TF }
 

Functions

DNNModuleff_get_dnn_module (DNNBackendType backend_type)
 

Detailed Description

DNN inference engine interface.

Definition in file dnn_interface.h.

Enumeration Type Documentation

Enumerator
DNN_SUCCESS 
DNN_ERROR 

Definition at line 29 of file dnn_interface.h.

Enumerator
DNN_NATIVE 
DNN_TF 

Definition at line 31 of file dnn_interface.h.

Function Documentation

DNNModule* ff_get_dnn_module ( DNNBackendType  backend_type)

Definition at line 31 of file dnn_interface.c.

Referenced by init().