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.
DNNReturnType ff_dnn_execute_model_tf(const DNNModel *model)
void ff_dnn_free_model_tf(DNNModel **model)