aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/g3doc
diff options
context:
space:
mode:
authorGravatar Nupur Garg <nupurgarg@google.com>2018-06-22 16:12:02 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-22 16:14:54 -0700
commitaa63c6b0209c1194a392e4327f6211c7c13f40dc (patch)
tree4ef182b6607447fd19ed6e4625ab79a732fe4b23 /tensorflow/contrib/lite/g3doc
parent8e1a4a5b03357c0397c578611482c69065e7bdc6 (diff)
Update TOCO command line documentation.
PiperOrigin-RevId: 201756935
Diffstat (limited to 'tensorflow/contrib/lite/g3doc')
-rw-r--r--tensorflow/contrib/lite/g3doc/apis.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/g3doc/apis.md b/tensorflow/contrib/lite/g3doc/apis.md
index 50cc146a87..a591a353dd 100644
--- a/tensorflow/contrib/lite/g3doc/apis.md
+++ b/tensorflow/contrib/lite/g3doc/apis.md
@@ -7,6 +7,9 @@ no surprise that the APIs try to avoid unnecessary copies at the expense of
convenience. Similarly, consistency with TensorFlow APIs was not an explicit
goal and some variance is to be expected.
+There is also a Python API for TensorFlow Lite described
+[here](../toco/g3doc/python_api.md#interpreter).
+
## C++
In order to run the inference model in TensorFlow Lite, one has to load the