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

Method testMediumTopK

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_testMediumTopKMethod · 0.95

Tested by

no test coverage detected