aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/g3doc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-23 19:08:40 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-23 19:12:07 -0700
commitdf7344f1933d932f03f472402068ff1883f0c011 (patch)
tree56cd6abec5b5076195b86909eddd47696b4d3612 /tensorflow/contrib/lite/g3doc
parentefe370fcb367efd069c8166120858492dffa9a33 (diff)
Implementation of stack.
PiperOrigin-RevId: 205763219
Diffstat (limited to 'tensorflow/contrib/lite/g3doc')
-rw-r--r--tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md b/tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md
index 49d00a66ba..967259b7a6 100644
--- a/tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md
+++ b/tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md
@@ -815,6 +815,18 @@ Outputs {
}
```
+**PACK**
+
+```
+Inputs {
+ 0: a list of tensors.
+ 1: an integer.
+}
+Outputs {
+ 0: A tensor of stacked tensors.
+}
+```
+
And these are TensorFlow Lite operations that are present but not ready for
custom models yet: