From fddf003e6aee676a855d419bff69f6da1947762a Mon Sep 17 00:00:00 2001 From: ddavis-2015 Date: Mon, 18 Nov 2024 12:29:26 -0800 Subject: [PATCH] Fix typo. --- tensorflow/lite/micro/docs/compression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/lite/micro/docs/compression.md b/tensorflow/lite/micro/docs/compression.md index 267bdfb1f7b..2090ea785d5 100644 --- a/tensorflow/lite/micro/docs/compression.md +++ b/tensorflow/lite/micro/docs/compression.md @@ -276,7 +276,7 @@ bazel run --cache_test_results=no --test_output=all -s tensorflow/lite/micro/to The Generic Benchmark Application can be used to see the size of the model, the amount of arena memory used, and the size of the interpreter data structures -including those involved with tensor conpression. +including those involved with tensor compression. The benchmark also reports total inference time, as well as time taken for tensor decompression. Timing data may be either wall-clock time or processor