Automated rollback of commit 13bb1ed77f

PiperOrigin-RevId: 252069474
This commit is contained in:
Taylor Robie 2019-06-07 10:03:37 -07:00 committed by TensorFlower Gardener
parent 80d0667166
commit bfd575ade1

View File

@ -27,7 +27,7 @@ import datetime
from tensorflow.python.util import tf_contextlib
from tensorflow.python.util.tf_export import tf_export
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 6, 7)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 6, 4)
@tf_export("compat.forward_compatible")