Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_tf.c748 static int load_native_model(TFModel *tf_model, const char *model_filename) in load_native_model() function
880 if (load_native_model(tf_model, model_filename) != 0){ in ff_dnn_load_model_tf()