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.c63 OVModel *ov_model; member
124 static DNNReturnType fill_model_input_ov(OVModel *ov_model, RequestItem *request) in fill_model_input_ov()
265 static DNNReturnType init_model_ov(OVModel *ov_model, const char *input_name, const char *output_na… in init_model_ov()
434 OVModel *ov_model = model; in get_input_ov() local
486 OVModel *ov_model = model; in get_output_ov() local
555 OVModel *ov_model = NULL; in ff_dnn_load_model_ov() local
612 OVModel *ov_model = model->model; in ff_dnn_execute_model_ov() local
666 OVModel *ov_model = model->model; in ff_dnn_execute_model_async_ov() local
720 OVModel *ov_model = model->model; in ff_dnn_get_async_result_ov() local
741 OVModel *ov_model = model->model; in ff_dnn_flush_ov() local
[all …]