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

Method testLargeTopK

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_testLargeTopKMethod · 0.95

Tested by

no test coverage detected