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

Method test_concat_cpu

test/python/test_api.py:653–654  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

651 tensor.to_numpy(_cTensor_to_pyTensor(t3_ct)), np3)
652
653 def test_concat_cpu(self):
654 self._concat_helper(cpu_dev)
655
656 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
657 def test_concat_gpu(self):

Callers

nothing calls this directly

Calls 1

_concat_helperMethod · 0.95

Tested by

no test coverage detected