1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavfilter/dnn
Guo, Yejun 64ea15f050 libavfilter/dnn: add batch mode for async execution
the default number of batch_size is 1

Signed-off-by: Xie, Lin <lin.xie@intel.com>
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
2021-01-15 08:59:54 +08:00
..
dnn_backend_native_layer_avgpool.c dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_avgpool.h dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_conv2d.c dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread mode. 2020-09-20 12:30:47 +08:00
dnn_backend_native_layer_conv2d.h dnn/native: add native support for dense 2020-09-29 14:19:55 +08:00
dnn_backend_native_layer_dense.c dnn/native: add native support for dense 2020-09-29 14:19:55 +08:00
dnn_backend_native_layer_dense.h dnn/native: add native support for dense 2020-09-29 14:19:55 +08:00
dnn_backend_native_layer_depth2space.c dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_depth2space.h dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_mathbinary.c dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_mathbinary.h dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_mathunary.c dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_mathunary.h dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_maximum.c dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_maximum.h dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_pad.c dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layer_pad.h dnn/native: add log error message 2020-08-25 13:03:46 +08:00
dnn_backend_native_layers.c Mark some pointers as const 2021-01-01 15:25:48 +01:00
dnn_backend_native_layers.h Mark some pointers as const 2021-01-01 15:25:48 +01:00
dnn_backend_native.c dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx' 2020-12-29 09:31:06 +08:00
dnn_backend_native.h dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx' 2020-12-29 09:31:06 +08:00
dnn_backend_openvino.c libavfilter/dnn: add batch mode for async execution 2021-01-15 08:59:54 +08:00
dnn_backend_openvino.h libavfilter/dnn: add batch mode for async execution 2021-01-15 08:59:54 +08:00
dnn_backend_tf.c dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx' 2020-12-29 09:31:06 +08:00
dnn_backend_tf.h dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx' 2020-12-29 09:31:06 +08:00
dnn_interface.c libavfilter/dnn: add batch mode for async execution 2021-01-15 08:59:54 +08:00
dnn_io_proc.c dnn: add NV12 pixel format support 2020-12-22 10:53:35 +08:00
dnn_io_proc.h dnn: change dnn interface to replace DNNData* with AVFrame* 2020-09-21 21:26:56 +08:00
Makefile dnn/queue: add queue and safe_queue support 2020-12-29 09:31:06 +08:00
queue.c dnn/queue: add error check and cleanup 2020-12-31 08:31:17 +08:00
queue.h dnn/queue: add error check and cleanup 2020-12-31 08:31:17 +08:00
safe_queue.c dnn/queue: add error check and cleanup 2020-12-31 08:31:17 +08:00
safe_queue.h dnn/queue: add error check and cleanup 2020-12-31 08:31:17 +08:00