27 #ifndef AVFILTER_DNN_BACKEND_TF_H 28 #define AVFILTER_DNN_BACKEND_TF_H 32 DNNModel *ff_dnn_load_model_tf(
const char *model_filename);
34 DNNReturnType ff_dnn_execute_model_tf(
const DNNModel *model);
36 void ff_dnn_free_model_tf(
DNNModel **model);
DNN inference engine interface.
Definition: dnn_interface.h:38