FFmpeg/libavfilter/dnn
Shubhanshu Saxena 4d627acefa lavfi/dnn_backend_tf: Add TF_Status to TFRequestItem
Since requests are running in parallel, there is inconsistency in
the status of the execution. To resolve it, we avoid using mutex
as it would result in single TF_Session running at a time. So add
TF_Status to the TFRequestItem

Signed-off-by: Shubhanshu Saxena <shubhanshu.e01@gmail.com>
2021-08-10 22:27:27 +08:00
..
dnn_backend_common.c lavfi/dnn: Common Function to Get Async Result in DNN Backends 2021-08-10 22:27:27 +08:00
dnn_backend_common.h lavfi/dnn: Common Function to Get Async Result in DNN Backends 2021-08-10 22:27:27 +08:00
dnn_backend_native_layer_avgpool.c lavfi/dnn_backend_native_layer_avgpool.c: Correct Spelling of Pixel 2021-05-06 10:17:57 +08:00
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/dnn_backend_native_layer_conv2d: Don't pretend convolution can fail 2021-03-11 13:20:00 +01:00
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: remove type cast which is not necessary 2021-01-28 09:45:13 +08:00
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: Add ff_ prefix to unnamespaced globals 2021-01-22 15:03:09 +08:00
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: Add ff_ prefix to unnamespaced globals 2021-01-22 15:03:09 +08:00
dnn_backend_native_layer_pad.c dnn: remove type cast which is not necessary 2021-01-28 09:45:13 +08:00
dnn_backend_native_layer_pad.h dnn: Add ff_ prefix to unnamespaced globals 2021-01-22 15:03:09 +08:00
dnn_backend_native_layers.c dnn: Add ff_ prefix to unnamespaced globals 2021-01-22 15:03:09 +08:00
dnn_backend_native_layers.h dnn: Add ff_ prefix to unnamespaced globals 2021-01-22 15:03:09 +08:00
dnn_backend_native.c lavfi/dnn: refine code to separate processing and detection in backends 2021-05-24 09:09:34 +08:00
dnn_backend_native.h lavfi/dnn: refine dnn interface to add DNNExecBaseParams 2021-05-06 10:50:44 +08:00
dnn_backend_openvino.c lavfi/dnn: Common Function to Get Async Result in DNN Backends 2021-08-10 22:27:27 +08:00
dnn_backend_openvino.h lavfi/dnn: refine dnn interface to add DNNExecBaseParams 2021-05-06 10:50:44 +08:00
dnn_backend_tf.c lavfi/dnn_backend_tf: Add TF_Status to TFRequestItem 2021-08-10 22:27:27 +08:00
dnn_backend_tf.h lavfi/dnn: Async Support for TensorFlow Backend 2021-08-10 22:27:27 +08:00
dnn_interface.c lavfi/dnn: Async Support for TensorFlow Backend 2021-08-10 22:27:27 +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
Makefile lavfi/dnn: refine dnn interface to add DNNExecBaseParams 2021-05-06 10:50:44 +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 dnn/queue: remove prefix FF for Queue and SafeQueue 2021-01-22 08:28:13 +08:00
safe_queue.h lavfi/dnn/safe_queue.h: Add Documentation to SafeQueue 2021-04-27 10:01:20 +08:00