Update generated Python Op docs.

Change: 139490435
This commit is contained in:
A. Unique TensorFlower 2016-11-17 12:11:45 -08:00 committed by TensorFlower Gardener
parent d535017fc2
commit 61229c2992
2 changed files with 0 additions and 28 deletions

View File

@ -3215,20 +3215,6 @@ Returns a non-reference `DType` based on this `DType`.
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}

View File

@ -76,20 +76,6 @@ Returns a non-reference `DType` based on this `DType`.
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}