Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_openvino.c304 static int init_model_ov(OVModel *ov_model, const char *input_name, const char *output_name) in init_model_ov() function
692 ret = init_model_ov(ov_model, input_name, output_name); in get_output_ov()
797 ret = init_model_ov(ov_model, exec_params->input_name, exec_params->output_names[0]); in ff_dnn_execute_model_ov()