Commit d5f06343 authored by Yong Tang's avatar Yong Tang Committed by Martin Wicke
Browse files

Remove `non-fused` version of `adjust_hue` as GPU kernel is already in place (#14187)



Was looking into adding batch support for `tf.image.random_hue` (8926)
and noticed that the `non-fused` version of `adjust_hue` was still
in place. The `non-fused` is for non-GPU support of `adjust_hue`.

As GPU kernel for `AdjustHue` has already been added in PR 6818,
I think it makes sense to remove the non-fused version. Besides,
the env `TF_ADJUST_HUE_FUSED` seems no in use anyway.

This fix removed `non-fused` version of `adjust_hue` as GPU kernel
is already in place.

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent 5fb5d820
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment