mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Update stm32cubeai module.
This commit is contained in:
parent
3467424420
commit
d4424ac9d1
@ -7,11 +7,14 @@
|
|||||||
* details.
|
* details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "nn_st.h"
|
#include "py/nlr.h"
|
||||||
|
#include "py/objlist.h"
|
||||||
|
|
||||||
#include "omv_boardconfig.h"
|
#include "omv_boardconfig.h"
|
||||||
#include "py_helper.h"
|
#include "py_helper.h"
|
||||||
|
#include "py_assert.h"
|
||||||
#include "py_image.h"
|
#include "py_image.h"
|
||||||
#include <mp.h>
|
#include "nn_st.h"
|
||||||
|
|
||||||
static const mp_obj_type_t py_st_net_type;
|
static const mp_obj_type_t py_st_net_type;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user