mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-10 21:59:54 -05:00
fix compatity
This commit is contained in:
@@ -10,6 +10,7 @@ namespace maix::nn
|
||||
{
|
||||
public:
|
||||
NN_MaixCam(bool dual_buff);
|
||||
NN_MaixCam();
|
||||
~NN_MaixCam();
|
||||
|
||||
/**
|
||||
@@ -76,6 +77,7 @@ namespace maix::nn
|
||||
bool _loaded;
|
||||
void *_data;
|
||||
bool _enable_dual_buff;
|
||||
void _init(bool dual_buff = true);
|
||||
};
|
||||
|
||||
} // namespace maix::nn
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user