27 #ifndef AVFILTER_DNN_DNN_BACKEND_TF_H
28 #define AVFILTER_DNN_DNN_BACKEND_TF_H
30 #include "../dnn_interface.h"
35 const char **output_names, uint32_t nb_output,
AVFrame *out_frame);
DNNReturnType ff_dnn_execute_model_tf(const DNNModel *model, const char *input_name, AVFrame *in_frame, const char **output_names, uint32_t nb_output, AVFrame *out_frame)
DNNModel * ff_dnn_load_model_tf(const char *model_filename, DNNFunctionType func_type, const char *options, AVFilterContext *filter_ctx)
void ff_dnn_free_model_tf(DNNModel **model)
const OptionDef options[]
This structure describes decoded (raw) audio or video data.
static FilteringContext * filter_ctx