aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/image/ops/image_ops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/image/ops/image_ops.cc')
-rw-r--r--tensorflow/contrib/image/ops/image_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/image/ops/image_ops.cc b/tensorflow/contrib/image/ops/image_ops.cc
index ebdcaea7ab..e59f1bf844 100644
--- a/tensorflow/contrib/image/ops/image_ops.cc
+++ b/tensorflow/contrib/image/ops/image_ops.cc
@@ -29,7 +29,7 @@ using shape_inference::ShapeHandle;
REGISTER_OP("ImageProjectiveTransform")
.Input("images: dtype")
.Input("transforms: float32")
- .Attr("dtype: {uint8, int32, int64, float32, float64}")
+ .Attr("dtype: {uint8, int32, int64, float16, float32, float64}")
.Attr("interpolation: string")
.Output("transformed_images: dtype")
.SetShapeFn([](InferenceContext* c) {