(self, x, axis)
| 209 | self.assertAllClose(np_out, tf_out) |
| 210 | |
| 211 | def _compareAll(self, x, axis): |
| 212 | for exclusive in [True, False]: |
| 213 | for reverse in [True, False]: |
| 214 | self._compare(x, axis, exclusive, reverse) |
| 215 | |
| 216 | @test_util.run_deprecated_v1 |
| 217 | def testEmpty(self): |