cupy.testing.assert_array_max_ulp#

cupy.testing.assert_array_max_ulp(a, b, maxulp=1, dtype=None)[source]#

Check that all items of arrays differ in at most N Units in the Last Place.

Parameters