We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b95482 commit 379fe62Copy full SHA for 379fe62
tensorflow_addons/image/color_ops.py
@@ -30,6 +30,7 @@
30
def equalize_image(image: TensorLike, data_format: str = "channels_last") -> tf.Tensor:
31
"""Implements Equalize function from PIL using TF ops."""
32
33
+ @tf.function
34
def scale_channel(image, channel):
35
"""Scale the data in the channel to implement equalize."""
36
image_dtype = image.dtype
0 commit comments