27 #ifndef AVFILTER_DNN_BACKEND_TF_H 28 #define AVFILTER_DNN_BACKEND_TF_H DNNModel * ff_dnn_load_model_tf(const char *model_filename)
DNN inference engine interface.
static const AVFilterPad outputs[]
DNNReturnType ff_dnn_execute_model_tf(const DNNModel *model, DNNData *outputs, uint32_t nb_output)
void ff_dnn_free_model_tf(DNNModel **model)