tf.squared_difference is now tf.math.squared_difference
PiperOrigin-RevId: 276389858 Change-Id: Ibfe5e4e8252839ec869f90f9e5e178f31afbf6cf
This commit is contained in:
parent
268229dfed
commit
5ca25fda42
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user