(self)
| 136 | self._validateTopK(inputs, k, values, indices) |
| 137 | |
| 138 | def testLargeTopK(self): |
| 139 | self._testLargeTopK(np.float32) |
| 140 | self._testLargeTopK(np.float16) |
| 141 | |
| 142 | def _testMediumTopK(self, dtype): |
| 143 | b = 5 |
nothing calls this directly
no test coverage detected