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.
output_handler.h
00001 #ifndef TENSORFLOW_LITE_OUTPUT_HANDLER_H_ 00002 #define TENSORFLOW_LITE_OUTPUT_HANDLER_H_ 00003 00004 #include "./../../../../c/c_api_internal.h" 00005 #include "./../../../../experimental/micro/micro_error_reporter.h" 00006 00007 // Called by the main loop to produce some output based on the x and y values 00008 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value, 00009 float y_value); 00010 00011 #endif // TENSORFLOW_LITE_OUTPUT_HANDLER_H_
Generated on Wed Jul 13 2022 16:03:35 by
