(self)
| 122 | self._validateTopK(inputs, n, values, indices) |
| 123 | |
| 124 | def testLargeSort(self): |
| 125 | self._testLargeSort(np.float32) |
| 126 | self._testLargeSort(np.float16) |
| 127 | |
| 128 | def _testLargeTopK(self, dtype): |
| 129 | b = 10 |
nothing calls this directly
no test coverage detected