FFmpeg
Data Fields
TFInferRequest Struct Reference

Stores execution parameters for single call to the TensorFlow C API. More...

Data Fields

TF_Output * tf_outputs
 
TF_Tensor ** output_tensors
 
TF_Output * tf_input
 
TF_Tensor * input_tensor
 

Detailed Description

Stores execution parameters for single call to the TensorFlow C API.

Definition at line 69 of file dnn_backend_tf.c.

Field Documentation

◆ tf_outputs

TF_Output* TFInferRequest::tf_outputs

◆ output_tensors

TF_Tensor** TFInferRequest::output_tensors

◆ tf_input

TF_Output* TFInferRequest::tf_input

◆ input_tensor

TF_Tensor* TFInferRequest::input_tensor

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