(self, x, axis)
| 164 | self.assertAllClose(np_out, tf_out) |
| 165 | |
| 166 | def _compareAll(self, x, axis): |
| 167 | for exclusive in [True, False]: |
| 168 | for reverse in [True, False]: |
| 169 | self._compare(x, axis, exclusive, reverse) |
| 170 | |
| 171 | def testEmpty(self): |
| 172 | for dtype in self.valid_dtypes: |