mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-15 03:53:25 -05:00
10 lines
201 B
C++
10 lines
201 B
C++
#include "global_config.h"
|
|
#include "maix_nn.hpp"
|
|
#include "maix_image.hpp"
|
|
|
|
namespace maix::nn
|
|
{
|
|
err::Err mud_load_raw_model(const std::string &model_path, MUD *mud_obj);
|
|
|
|
} // namespace maix::nn
|