ffmpeg/libavfilter/dnn
Wenbin Chen 3de38b9da5 libavfilter/dnn_interface: use dims to represent shapes
For detect and classify output, width and height make no sence, so
change width, height to dims to represent the shape of tensor. Use
layout and dims to get width, height and channel.

Signed-off-by: Wenbin Chen <wenbin.chen@intel.com>
Reviewed-by: Guo Yejun <yejun.guo@intel.com>
2024-01-28 11:18:06 +08:00
..
Makefile lavfi/dnn: Remove DNN native backend 2023-04-28 11:07:41 +08:00
dnn_backend_common.c libavfiter/dnn_backend_openvino: Add multiple output support 2023-12-16 21:50:16 +08:00
dnn_backend_common.h libavfilter: Remove DNNReturnType from DNN Module 2022-03-12 15:10:28 +08:00
dnn_backend_openvino.c libavfilter/dnn_interface: use dims to represent shapes 2024-01-28 11:18:06 +08:00
dnn_backend_tf.c libavfilter/dnn_interface: use dims to represent shapes 2024-01-28 11:18:06 +08:00
dnn_interface.c avfilter/dnn: add log context to ff_get_dnn_module 2023-06-08 10:50:23 +08:00
dnn_io_proc.c libavfilter/dnn_interface: use dims to represent shapes 2024-01-28 11:18:06 +08:00
dnn_io_proc.h lavfi/dnn_io_proc: Return Specific Error Codes 2022-03-12 15:10:28 +08:00
queue.c
queue.h
safe_queue.c
safe_queue.h