MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / testLargeSort

Method testLargeSort

tensorflow/python/kernel_tests/topk_op_test.py:124–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_testLargeSortMethod · 0.95

Tested by

no test coverage detected