aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/g3doc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-17 00:39:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-17 00:43:03 -0700
commitf1d42c8967410db1e08c0b6d62dc1fc4844165a8 (patch)
tree7999c6d75884790d0e74d9fe3091ea08255f48a8 /tensorflow/contrib/lite/g3doc
parent5cf71e75a56a6ec424487492cacde7c9fbc9a5aa (diff)
Implement ZerosLike
PiperOrigin-RevId: 213227615
Diffstat (limited to 'tensorflow/contrib/lite/g3doc')
-rw-r--r--tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md b/tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md
index 8660d29855..b0dfb0fed1 100644
--- a/tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md
+++ b/tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md
@@ -866,6 +866,17 @@ Outputs {
}
```
+**ZEROS_LIKE**
+
+```
+Inputs {
+ 0: a tensor
+}
+Outputs {
+ 0: A tensor of the same shape and type as x but filled with zeros
+}
+```
+
And these are TensorFlow Lite operations that are present but not ready for
custom models yet: