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

Method test_split_cpu

test/python/test_operation.py:3007–3008  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3005 decimal=5)
3006
3007 def test_split_cpu(self):
3008 self.split_test(cpu_dev)
3009
3010 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3011 def test_split_gpu(self):

Callers

nothing calls this directly

Calls 1

split_testMethod · 0.95

Tested by

no test coverage detected