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

DNN inference functions interface for TensorFlow backend. More...

#include "dnn_interface.h"

Go to the source code of this file.

Functions

DNNModelff_dnn_load_model_tf (const char *model_filename)
 
DNNReturnType ff_dnn_execute_model_tf (const DNNModel *model)
 
void ff_dnn_free_model_tf (DNNModel **model)
 

Detailed Description

DNN inference functions interface for TensorFlow backend.

Definition in file dnn_backend_tf.h.

Function Documentation

DNNModel* ff_dnn_load_model_tf ( const char *  model_filename)

Definition at line 474 of file dnn_backend_tf.c.

Referenced by ff_get_dnn_module().

DNNReturnType ff_dnn_execute_model_tf ( const DNNModel model)

Definition at line 510 of file dnn_backend_tf.c.

Referenced by ff_get_dnn_module().

void ff_dnn_free_model_tf ( DNNModel **  model)

Definition at line 533 of file dnn_backend_tf.c.

Referenced by ff_get_dnn_module().