TinyTrainable
 
Loading...
Searching...
No Matches
micro_features_model.h
Go to the documentation of this file.
1/* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
2
3Licensed under the Apache License, Version 2.0 (the "License");
4you may not use this file except in compliance with the License.
5You may obtain a copy of the License at
6
7 http://www.apache.org/licenses/LICENSE-2.0
8
9Unless required by applicable law or agreed to in writing, software
10distributed under the License is distributed on an "AS IS" BASIS,
11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12See the License for the specific language governing permissions and
13limitations under the License.
14==============================================================================*/
15
16// This is a standard TensorFlow Lite FlatBuffer model file that has been
17// converted into a C data array, so it can be easily compiled into a binary
18// for devices that don't have a file system. It was created using the command:
19// xxd -i model.tflite > model.cc
20
21#ifndef TENSORFLOW_LITE_MICRO_EXAMPLES_MICRO_SPEECH_MICRO_FEATURES_MODEL_H_
22#define TENSORFLOW_LITE_MICRO_EXAMPLES_MICRO_SPEECH_MICRO_FEATURES_MODEL_H_
23
24extern const unsigned char g_model[];
25extern const int g_model_len;
26
27#endif // TENSORFLOW_LITE_MICRO_EXAMPLES_MICRO_SPEECH_MICRO_FEATURES_MODEL_H_
const int g_model_len
Definition: micro_features_model.cpp:1596
const unsigned char g_model[]