Skip to content

Commit

Permalink
header file cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavis-2015 committed Oct 23, 2024
1 parent 7dc34a9 commit df29a4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tensorflow/lite/micro/kernels/decompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/

#ifndef TENSORFLOW_LITE_MICRO_MICRO_KERNELS_DECOMPRESS_H_
#define TENSORFLOW_LITE_MICRO_MICRO_KERNELS_DECOMPRESS_H_

#include <cstdint>

#include "tensorflow/lite/micro/compression.h"
Expand Down Expand Up @@ -82,3 +85,5 @@ struct DecompressionState {
#endif // USE_TFLM_COMPRESSION

} // namespace tflite

#endif // TENSORFLOW_LITE_MICRO_MICRO_KERNELS_DECOMPRESS_H_

0 comments on commit df29a4c

Please sign in to comment.