Tensorflow lite for microcontrollers is now mainlined

This commit is contained in:
Kwabena W. Agyeman 2019-12-20 13:09:47 -08:00
parent a34d2883e7
commit 6cea53f28a
6 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -18,10 +18,10 @@ limitations under the License.
// don't have a file system. It was created using the command: // don't have a file system. It was created using the command:
// xxd -i person_detect.tflite > person_detect_model_data.cc // xxd -i person_detect.tflite > person_detect_model_data.cc
#ifndef TENSORFLOW_LITE_EXPERIMENTAL_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_ #ifndef TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_
#define TENSORFLOW_LITE_EXPERIMENTAL_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_ #define TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_
extern const unsigned char g_person_detect_model_data[]; extern const unsigned char g_person_detect_model_data[];
extern const int g_person_detect_model_data_len; extern const int g_person_detect_model_data_len;
#endif // TENSORFLOW_LITE_EXPERIMENTAL_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_ #endif // TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_

Binary file not shown.

View File

@ -18,10 +18,10 @@ limitations under the License.
// don't have a file system. It was created using the command: // don't have a file system. It was created using the command:
// xxd -i person_detect.tflite > person_detect_model_data.cc // xxd -i person_detect.tflite > person_detect_model_data.cc
#ifndef TENSORFLOW_LITE_EXPERIMENTAL_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_ #ifndef TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_
#define TENSORFLOW_LITE_EXPERIMENTAL_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_ #define TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_
extern const unsigned char g_person_detect_model_data[]; extern const unsigned char g_person_detect_model_data[];
extern const int g_person_detect_model_data_len; extern const int g_person_detect_model_data_len;
#endif // TENSORFLOW_LITE_EXPERIMENTAL_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_ #endif // TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_PERSON_DETECT_MODEL_DATA_H_