27 #ifndef AVFILTER_DNN_BACKEND_NATIVE_H 28 #define AVFILTER_DNN_BACKEND_NATIVE_H
DNNActivationFunc activation
DNN inference engine interface.
DNNModel * ff_dnn_load_model_native(const char *model_filename)
void ff_dnn_free_model_native(DNNModel **model)
DNNReturnType ff_dnn_execute_model_native(const DNNModel *model)