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

Method test_concat_cpu

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

Source from the content-addressed store, hash-verified

229 decimal=5)
230
231 def test_concat_cpu(self):
232 self._concat_helper(cpu_dev)
233
234 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
235 def test_concat_gpu(self):

Callers

nothing calls this directly

Calls 1

_concat_helperMethod · 0.95

Tested by

no test coverage detected