(self)
| 150 | self._validateTopK(inputs, k, values, indices) |
| 151 | |
| 152 | def testMediumTopK(self): |
| 153 | self._testMediumTopK(np.float32) |
| 154 | self._testMediumTopK(np.float16) |
| 155 | |
| 156 | def testStableSort(self): |
| 157 | b = 5 |
nothing calls this directly
no test coverage detected