aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/image_ops_impl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/ops/image_ops_impl.py')
-rw-r--r--tensorflow/python/ops/image_ops_impl.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tensorflow/python/ops/image_ops_impl.py b/tensorflow/python/ops/image_ops_impl.py
index 0b68743fef..21034c5828 100644
--- a/tensorflow/python/ops/image_ops_impl.py
+++ b/tensorflow/python/ops/image_ops_impl.py
@@ -717,11 +717,6 @@ def per_image_standardization(image):
return image
-# TODO(skye): remove once users switch to per_image_standardization()
-def per_image_whitening(image):
- return per_image_standardization(image)
-
-
def random_brightness(image, max_delta, seed=None):
"""Adjust the brightness of images by a random factor.
@@ -1233,5 +1228,3 @@ def _crop_and_resize_shape(op):
ops.RegisterShape('NonMaxSuppression')(common_shapes.call_cpp_shape_fn)
-
-