Home
last modified time | relevance | path

Searched refs:ff_dnn_get_result_tf (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_tf.h35 DNNAsyncStatusType ff_dnn_get_result_tf(const DNNModel *model, AVFrame **in, AVFrame **out);
Ddnn_interface.c53 dnn_module->get_result = &ff_dnn_get_result_tf; in ff_get_dnn_module()
Ddnn_backend_tf.c1189 DNNAsyncStatusType ff_dnn_get_result_tf(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_tf() function