From 894e94e5a9f70997d9a1d458ee1b9d0c2c60d5af Mon Sep 17 00:00:00 2001 From: ddavis-2015 Date: Wed, 2 Oct 2024 17:34:52 -0700 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 2fc1528155..267bdfb1f7 100644 --- a/tensorflow/lite/micro/docs/compression.md +++ b/tensorflow/lite/micro/docs/compression.md @@ -129,7 +129,7 @@ value: 2 4 4 10 1 7 99 10 2 4 ### Per-channel Quantized Tensor Value Tables For per-channel quantized tensors, a `value table` is present for each channel. -All of the the `value tables` are concatenated together into a single contiguous +All of the `value tables` are concatenated together into a single contiguous set of values. The number of elements in each `value table` is always identical, with zero value padding added to the end of a `value table` as necessary.