aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/framework.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-10-14 14:22:51 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-14 15:36:13 -0700
commit86772f04639f3622f03ae4f42a6fe056f0d4ad1f (patch)
treeb8f67ba4b4f05665b33fcdd2935775c68579974c /tensorflow/g3doc/api_docs/python/framework.md
parent5c59ac21d33c8df73b9014eefcfd95f855906cb8 (diff)
Update generated Python Op docs.
Change: 136205185
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/framework.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/framework.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/framework.md b/tensorflow/g3doc/api_docs/python/framework.md
index 24ef778759..06694ba606 100644
--- a/tensorflow/g3doc/api_docs/python/framework.md
+++ b/tensorflow/g3doc/api_docs/python/framework.md
@@ -2148,6 +2148,7 @@ The following `DType` objects are defined:
* `tf.qint16`: Quantized 16-bit signed integer.
* `tf.quint16`: Quantized 16-bit unsigned integer.
* `tf.qint32`: Quantized 32-bit signed integer.
+* `tf.resource`: Handle to a mutable resource.
In addition, variants of these types with the `_ref` suffix are
defined for reference-typed tensors.
@@ -2333,6 +2334,13 @@ Returns True iff self != other.
- - -
+#### `tf.DType.is_numpy_compatible` {#DType.is_numpy_compatible}
+
+
+
+
+- - -
+
#### `tf.DType.max` {#DType.max}
Returns the maximum representable value in this data type.