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

Method test_concatenate_cpu

test/python/test_tensor.py:365–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363 np.testing.assert_array_almost_equal(tensor.to_numpy(t3), np3)
364
365 def test_concatenate_cpu(self):
366 self._concatenate_helper(cpu_dev)
367
368 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
369 def test_concatenate_gpu(self):

Callers

nothing calls this directly

Calls 1

_concatenate_helperMethod · 0.95

Tested by

no test coverage detected