diff --git a/tensorflow/tools/compatibility/renames_v2.py b/tensorflow/tools/compatibility/renames_v2.py index 6e44ed07cd2..aab14379ed7 100644 --- a/tensorflow/tools/compatibility/renames_v2.py +++ b/tensorflow/tools/compatibility/renames_v2.py @@ -1518,7 +1518,7 @@ renames = { 'tf.where': 'tf.compat.v1.where', 'tf.where_v2': - 'tf.where', + 'tf.compat.v2.where', 'tf.wrap_function': 'tf.compat.v1.wrap_function', 'tf.write_file':