aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/framework.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-11-17 12:11:45 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-17 12:25:10 -0800
commit61229c29924f216c1954242de483cd0a5acc9fdd (patch)
tree6f601f4ebdc6072f26df692139bfcc91a358b2ce /tensorflow/g3doc/api_docs/python/framework.md
parentd535017fc234fe449b1483fedf7ad38d28b3645b (diff)
Update generated Python Op docs.
Change: 139490435
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/framework.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/framework.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/tensorflow/g3doc/api_docs/python/framework.md b/tensorflow/g3doc/api_docs/python/framework.md
index e52da2addb..cb3cade2fc 100644
--- a/tensorflow/g3doc/api_docs/python/framework.md
+++ b/tensorflow/g3doc/api_docs/python/framework.md
@@ -3217,20 +3217,6 @@ Returns the dtype correspond to this dtype's real part.
- - -
-#### `tf.DType.is_ref_dtype` {#DType.is_ref_dtype}
-
-Returns `True` if this `DType` represents a reference type.
-
-
-- - -
-
-#### `tf.DType.as_ref` {#DType.as_ref}
-
-Returns a reference `DType` based on this `DType`.
-
-
-- - -
-
#### `tf.DType.is_floating` {#DType.is_floating}
Returns whether this is a (non-quantized, real) floating point type.