]> git.sesse.net Git - ffmpeg/commit
dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model
authorGuo, Yejun <yejun.guo@intel.com>
Thu, 13 Aug 2020 08:19:48 +0000 (16:19 +0800)
committerGuo, Yejun <yejun.guo@intel.com>
Tue, 25 Aug 2020 01:02:59 +0000 (09:02 +0800)
commit0f7a99e37ae52f9ecdc4c81195c14b03f5be3dfd
tree00b5828f4f284ec9e363708ed89d4b2294e62a52
parentb61376bdee61c08732105fa331eb076497eface9
dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model

currently, output is set both at DNNModel.set_input_output and
DNNModule.execute_model, it makes sense that the output name is
provided at model inference time so all the output info is set
at a single place.

and so DNNModel.set_input_output is renamed to DNNModel.set_input

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
libavfilter/dnn/dnn_backend_native.c
libavfilter/dnn/dnn_backend_native.h
libavfilter/dnn/dnn_backend_openvino.c
libavfilter/dnn/dnn_backend_openvino.h
libavfilter/dnn/dnn_backend_tf.c
libavfilter/dnn/dnn_backend_tf.h
libavfilter/dnn_interface.h
libavfilter/vf_derain.c
libavfilter/vf_dnn_processing.c
libavfilter/vf_sr.c