Common Async Execution Mechanism for the DNN Backends. More...
#include <dnn_backend_common.h>
Common Async Execution Mechanism for the DNN Backends.
Definition at line 58 of file dnn_backend_common.h.
Synchronous inference function for the backend with corresponding request item as the argument.
Definition at line 63 of file dnn_backend_common.h.
Referenced by async_thread_routine(), dnn_load_model_tf(), dnn_load_model_th(), ff_dnn_async_module_cleanup(), and ff_dnn_start_inference_async().
Completion Callback for the backend.
Expected argument type of callback must match that of the inference function.
Definition at line 70 of file dnn_backend_common.h.
Referenced by async_thread_routine(), dnn_load_model_tf(), dnn_load_model_th(), ff_dnn_async_module_cleanup(), and ff_dnn_start_inference_async().
Argument for the execution functions.
i.e. Request item for the backend.
Definition at line 76 of file dnn_backend_common.h.
Referenced by async_thread_routine(), dnn_load_model_tf(), dnn_load_model_th(), ff_dnn_async_module_cleanup(), and ff_dnn_start_inference_async().