From 4997cdbbaac38f199170c1a40f53f7e3d91321fe Mon Sep 17 00:00:00 2001 From: Jared Duke Date: Wed, 25 Mar 2020 15:58:58 -0700 Subject: [PATCH] Restore updated documentation on TFLite binary size PiperOrigin-RevId: 302990033 Change-Id: I2ac25dff0d5e53f0c1b82f8f88fde1e5d52bb893 --- tensorflow/lite/g3doc/guide/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tensorflow/lite/g3doc/guide/index.md b/tensorflow/lite/g3doc/guide/index.md index bb658237bba..6419b3b55de 100644 --- a/tensorflow/lite/g3doc/guide/index.md +++ b/tensorflow/lite/g3doc/guide/index.md @@ -28,9 +28,10 @@ improve: TensorFlow Lite works with a huge range of devices, from tiny microcontrollers to powerful mobile phones. -Key Point: The TensorFlow Lite binary is smaller than 300KB when all supported -operators are linked, and less than 200KB when using only the operators needed -for supporting the common image classification models InceptionV3 and MobileNet. +Key Point: The TensorFlow Lite binary is ~1MB when all 125+ supported operators +are linked (for 32-bit ARM builds), and less than 300KB when using only the +operators needed for supporting the common image classification models +InceptionV3 and MobileNet. ## Get started