27 #ifndef AVFILTER_DNN_DNN_BACKEND_TF_H 28 #define AVFILTER_DNN_DNN_BACKEND_TF_H 30 #include "../dnn_interface.h" DNNModel * ff_dnn_load_model_tf(const char *model_filename)
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)