MCPcopy Create free account
hub / github.com/apache/singa / test_softmax_cpu

Method test_softmax_cpu

test/python/test_onnx.py:147–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 decimal=5)
146
147 def test_softmax_cpu(self):
148 self._softmax_helper(cpu_dev)
149
150 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
151 def test_softmax_gpu(self):

Callers

nothing calls this directly

Calls 1

_softmax_helperMethod · 0.95

Tested by

no test coverage detected