ffmpeg/libavfilter/dnn
Shubhanshu Saxena 1544d6fa0a libavfilter: Remove Async Flag from DNN Filter Side
Remove async flag from filter's perspective after the unification
of async and sync modes in the DNN backend.

Signed-off-by: Shubhanshu Saxena <shubhanshu.e01@gmail.com>
2021-08-28 16:19:07 +08:00
..
Makefile lavfi/dnn: refine dnn interface to add DNNExecBaseParams 2021-05-06 10:50:44 +08:00
dnn_backend_common.c libavfilter: Unify Execution Modes in DNN Filters 2021-08-28 16:19:07 +08:00
dnn_backend_common.h libavfilter: Unify Execution Modes in DNN Filters 2021-08-28 16:19:07 +08:00
dnn_backend_native.c libavfilter: Unify Execution Modes in DNN Filters 2021-08-28 16:19:07 +08:00
dnn_backend_native.h libavfilter: Unify Execution Modes in DNN Filters 2021-08-28 16:19:07 +08:00
dnn_backend_native_layer_avgpool.c
dnn_backend_native_layer_avgpool.h lavfi/dnn_backend_native_layer_avgpool.h: Documentation 2021-05-14 10:21:15 +08:00
dnn_backend_native_layer_conv2d.c
dnn_backend_native_layer_conv2d.h lavfi/dnn_backend_native_layer_conv2d.h: Documentation 2021-05-17 09:33:40 +08:00
dnn_backend_native_layer_dense.c
dnn_backend_native_layer_dense.h lavfi/dnn_backend_native_layer_dense.h: Documentation 2021-05-17 09:33:40 +08:00
dnn_backend_native_layer_depth2space.c Remove unnecessary avassert.h inclusions 2021-07-22 15:02:30 +02:00
dnn_backend_native_layer_depth2space.h lavfi/dnn_backend_native_layer_depth2space.h: Documentation 2021-05-17 09:33:40 +08:00
dnn_backend_native_layer_mathbinary.c Remove unnecessary avassert.h inclusions 2021-07-22 15:02:30 +02:00
dnn_backend_native_layer_mathbinary.h
dnn_backend_native_layer_mathunary.c Remove unnecessary avassert.h inclusions 2021-07-22 15:02:30 +02:00
dnn_backend_native_layer_mathunary.h lavfi/dnn_backend_native_layer_mathunary.h: Documentation 2021-05-17 09:33:40 +08:00
dnn_backend_native_layer_maximum.c Remove unnecessary avassert.h inclusions 2021-07-22 15:02:30 +02:00
dnn_backend_native_layer_maximum.h
dnn_backend_native_layer_pad.c
dnn_backend_native_layer_pad.h
dnn_backend_native_layers.c
dnn_backend_native_layers.h
dnn_backend_openvino.c libavfilter: Unify Execution Modes in DNN Filters 2021-08-28 16:19:07 +08:00
dnn_backend_openvino.h libavfilter: Unify Execution Modes in DNN Filters 2021-08-28 16:19:07 +08:00
dnn_backend_tf.c libavfilter: Remove Async Flag from DNN Filter Side 2021-08-28 16:19:07 +08:00
dnn_backend_tf.h libavfilter: Unify Execution Modes in DNN Filters 2021-08-28 16:19:07 +08:00
dnn_interface.c libavfilter: Unify Execution Modes in DNN Filters 2021-08-28 16:19:07 +08:00
dnn_io_proc.c lavfi/dnn/dnn_io_proc.c: fix CID 1484955 2021-06-05 17:15:29 +08:00
dnn_io_proc.h lavfi/dnn: refine code to separate processing and detection in backends 2021-05-24 09:09:34 +08:00
queue.c Remove unnecessary avassert.h inclusions 2021-07-22 15:02:30 +02:00
queue.h lavfi/dnn: Common Function to Get Async Result in DNN Backends 2021-08-10 22:27:27 +08:00
safe_queue.c
safe_queue.h