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