aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-05-25 02:19:39 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-05-25 03:56:34 -0700
commitfd326667447d7bd241b8a63d834aeb92afb50570 (patch)
tree224f09a845e4fb04c7e93befa285dcae15e82f4b
parentd7ba5d49ffa8bc0ced83d4b042e8e106c2bd7ca1 (diff)
Update generated Python Op docs.
Change: 123197297
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_area.md2
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_bicubic.md2
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_bilinear.md2
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_nearest_neighbor.md2
-rw-r--r--tensorflow/g3doc/api_docs/python/image.md8
5 files changed, 8 insertions, 8 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_area.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_area.md
index 978503594f..dbc6fd1bcd 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_area.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_area.md
@@ -7,7 +7,7 @@ Input images can be of different types but output images are always float.
##### Args:
-* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `float32`, `float64`.
+* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `half`, `float32`, `float64`.
4-D with shape `[batch, height, width, channels]`.
* <b>`size`</b>: A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
new size for the images.
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_bicubic.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_bicubic.md
index 3f606e4f4f..1805c7423d 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_bicubic.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_bicubic.md
@@ -7,7 +7,7 @@ Input images can be of different types but output images are always float.
##### Args:
-* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `float32`, `float64`.
+* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `half`, `float32`, `float64`.
4-D with shape `[batch, height, width, channels]`.
* <b>`size`</b>: A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
new size for the images.
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_bilinear.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_bilinear.md
index 45c5bad692..a9580ca199 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_bilinear.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_bilinear.md
@@ -7,7 +7,7 @@ Input images can be of different types but output images are always float.
##### Args:
-* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `float32`, `float64`.
+* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `half`, `float32`, `float64`.
4-D with shape `[batch, height, width, channels]`.
* <b>`size`</b>: A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
new size for the images.
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_nearest_neighbor.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_nearest_neighbor.md
index 7e1fa2efc6..ba72e73ebd 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_nearest_neighbor.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.image.resize_nearest_neighbor.md
@@ -5,7 +5,7 @@ Resize `images` to `size` using nearest neighbor interpolation.
##### Args:
-* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `float32`, `float64`.
+* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `half`, `float32`, `float64`.
4-D with shape `[batch, height, width, channels]`.
* <b>`size`</b>: A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
new size for the images.
diff --git a/tensorflow/g3doc/api_docs/python/image.md b/tensorflow/g3doc/api_docs/python/image.md
index 3c93de2a02..2e05530ff6 100644
--- a/tensorflow/g3doc/api_docs/python/image.md
+++ b/tensorflow/g3doc/api_docs/python/image.md
@@ -265,7 +265,7 @@ Input images can be of different types but output images are always float.
##### Args:
-* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `float32`, `float64`.
+* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `half`, `float32`, `float64`.
4-D with shape `[batch, height, width, channels]`.
* <b>`size`</b>: A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
new size for the images.
@@ -292,7 +292,7 @@ Input images can be of different types but output images are always float.
##### Args:
-* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `float32`, `float64`.
+* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `half`, `float32`, `float64`.
4-D with shape `[batch, height, width, channels]`.
* <b>`size`</b>: A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
new size for the images.
@@ -319,7 +319,7 @@ Input images can be of different types but output images are always float.
##### Args:
-* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `float32`, `float64`.
+* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `half`, `float32`, `float64`.
4-D with shape `[batch, height, width, channels]`.
* <b>`size`</b>: A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
new size for the images.
@@ -344,7 +344,7 @@ Resize `images` to `size` using nearest neighbor interpolation.
##### Args:
-* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `float32`, `float64`.
+* <b>`images`</b>: A `Tensor`. Must be one of the following types: `uint8`, `int8`, `int16`, `int32`, `int64`, `half`, `float32`, `float64`.
4-D with shape `[batch, height, width, channels]`.
* <b>`size`</b>: A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
new size for the images.