Restore updated documentation on TFLite binary size

PiperOrigin-RevId: 302990033
Change-Id: I2ac25dff0d5e53f0c1b82f8f88fde1e5d52bb893
This commit is contained in:
Jared Duke 2020-03-25 15:58:58 -07:00 committed by TensorFlower Gardener
parent 43121ac128
commit 4997cdbbaa
1 changed files with 4 additions and 3 deletions

View File

@ -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