(self, x, axis)
| 85 | self.assertAllClose(np_out, tf_out) |
| 86 | |
| 87 | def _compareAll(self, x, axis): |
| 88 | for exclusive in [True, False]: |
| 89 | for reverse in [True, False]: |
| 90 | self._compare(x, axis, exclusive, reverse) |
| 91 | |
| 92 | @test_util.run_deprecated_v1 |
| 93 | def testEmpty(self): |