Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
main_functions.h
00001 #ifndef TENSORFLOW_LITE_MAIN_FUNCTIONS_H_ 00002 #define TENSORFLOW_LITE_MAIN_FUNCTIONS_H_ 00003 00004 // Initializes all data needed for the example. The name is important, and needs 00005 // to be setup() for Arduino compatibility. 00006 void setup(); 00007 00008 // Runs one iteration of data gathering and inference. This should be called 00009 // repeatedly from the application code. The name needs to be loop() for Arduino 00010 // compatibility. 00011 void loop(); 00012 00013 #endif // TENSORFLOW_LITE_MAIN_FUNCTIONS_H_
Generated on Wed Jul 13 2022 16:03:35 by
