FFmpeg
Data Fields
TFModel Struct Reference

Data Fields

TFContext ctx
 
DNNModelmodel
 
TF_Graph * graph
 
TF_Session * session
 
TF_Status * status
 

Detailed Description

Definition at line 48 of file dnn_backend_tf.c.

Field Documentation

◆ ctx

TFContext TFModel::ctx

◆ model

DNNModel* TFModel::model

◆ graph

TF_Graph* TFModel::graph

◆ session

TF_Session* TFModel::session

Definition at line 52 of file dnn_backend_tf.c.

Referenced by execute_model_tf(), ff_dnn_free_model_tf(), and load_tf_model().

◆ status

TF_Status* TFModel::status

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