Home
last modified time | relevance | path

Searched defs:ov_model (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_openvino.c115 static int fill_model_input_ov(OVModel *ov_model, OVRequestItem *request) in fill_model_input_ov()
205 OVModel *ov_model = task->model; in infer_completion_callback() local
304 static int init_model_ov(OVModel *ov_model, const char *input_name, const char *output_name) in init_model_ov()
450 OVModel *ov_model; in execute_model_ov() local
505 OVModel *ov_model = model; in get_input_ov() local
660 OVModel *ov_model = model; in get_output_ov() local
729 OVModel *ov_model = NULL; in ff_dnn_load_model_ov() local
785 OVModel *ov_model = model->model; in ff_dnn_execute_model_ov() local
868 OVModel *ov_model = model->model; in ff_dnn_get_result_ov() local
874 OVModel *ov_model = model->model; in ff_dnn_flush_ov() local
[all …]