Skip to content

Commit

Permalink
Merge pull request tensorflow#4275 from jonasrauber/patch-1
Browse files Browse the repository at this point in the history
uint16 was missing
  • Loading branch information
teamdandelion authored Sep 8, 2016
2 parents c2bff5f + ae89ecc commit 3dabe95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/g3doc/resources/dims_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Data type | Python type | Description
`DT_INT32` | `tf.int32` | 32 bits signed integer.
`DT_INT64` | `tf.int64` | 64 bits signed integer.
`DT_UINT8` | `tf.uint8` | 8 bits unsigned integer.
`DT_UINT16` | `tf.uint16` | 16 bits unsigned integer.
`DT_STRING` | `tf.string` | Variable length byte arrays. Each element of a Tensor is a byte array.
`DT_BOOL` | `tf.bool` | Boolean.
`DT_COMPLEX64` | `tf.complex64` | Complex number made of two 32 bits floating points: real and imaginary parts.
Expand Down

0 comments on commit 3dabe95

Please sign in to comment.