tf.squared_difference is now tf.math.squared_difference

PiperOrigin-RevId: 276389858
Change-Id: Ibfe5e4e8252839ec869f90f9e5e178f31afbf6cf
This commit is contained in:
Brian Atkinson 2019-10-23 17:50:56 -07:00 committed by TensorFlower Gardener
parent 268229dfed
commit 5ca25fda42

View File

@ -207,4 +207,4 @@ def make_floor_mod_tests(options):
@register_make_test_function()
def make_squared_difference_tests(options):
make_binary_op_tests(options, tf.squared_difference)
make_binary_op_tests(options, tf.math.squared_difference)