#pragma once
#ifdef __cplusplus
extern "C"
{
#endif
/**
* @brief Initialize deep-learning application task.
*
*/
void app_dl_init();
}