|
FFmpeg
|
Go to the source code of this file.
Functions | |
| const DNNModule * | ff_get_dnn_module (DNNBackendType backend_type, void *log_ctx) |
Variables | |
| const DNNModule | ff_dnn_backend_openvino |
| const DNNModule | ff_dnn_backend_tf |
| const DNNModule | ff_dnn_backend_torch |
Implements DNN module initialization with specified backend.
Definition in file dnn_interface.c.
| const DNNModule* ff_get_dnn_module | ( | DNNBackendType | backend_type, |
| void * | log_ctx | ||
| ) |
Definition at line 33 of file dnn_interface.c.
Referenced by ff_dnn_init().
| const DNNModule ff_dnn_backend_openvino |
Referenced by ff_get_dnn_module(), and get_output_ov().
| const DNNModule ff_dnn_backend_tf |
Definition at line 916 of file dnn_backend_tf.c.
Referenced by ff_get_dnn_module().
| const DNNModule ff_dnn_backend_torch |
Referenced by ff_get_dnn_module().
1.8.17