The Fourth version
This commit is contained in:
@@ -59,20 +59,18 @@ struct _m_usmart_nametab usmart_nametab[]=
|
||||
|
||||
(void*)DEBUG,"void DEBUG(void)",
|
||||
(void*)SDRAM_USED,"void SDRAM_USED(void)",
|
||||
(void*)modelmym_free,"u8 modelmym_free(char* model)",
|
||||
(void*)modelmym_init,"float* modelmym_init(char* model)",
|
||||
(void*)sd_read,"u8 sd_read(u32 length, char* model,u32 gap)",
|
||||
|
||||
|
||||
(void*)modelmym_init,"float* modelmym_init(char* model_name)",
|
||||
(void*)modelmym_free,"u8 modelmym_free(char* model_name)",
|
||||
(void*)model_write,"u8 model_write(char* model_name)",
|
||||
(void*)model_read,"void model_read(char* model_name, u32 gap)",
|
||||
(void*)switch_data,"u8 switch_data(char* data_name)",
|
||||
(void*)sd_read,"u8 sd_read(u32 length, char* model_name,u32 gap)",
|
||||
(void*)model_info,"void model_info(char* model_name)",
|
||||
(void*)model_read,"u8 model_read(char* model_name, u32 start, u32 end, u32 gap)",
|
||||
(void*)model_switchdata,"u8 model_switchdata(char* model_name)",
|
||||
(void*)model_info,"u8 model_info(char* model_name)",
|
||||
(void*)model_dataset,"void model_dataset(void)",
|
||||
(void*)model_init,"void model_init(void)",
|
||||
(void*)sd_read,"u8 sd_read(u32 length, char* model_name,u32 gap)",
|
||||
|
||||
(void*)cnn_run,"void cnn_run(void)",
|
||||
(void*)_cnn_run,"void _cnn_run(void)",
|
||||
};
|
||||
///////////////////////////////////END///////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user