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

Method test_subscription_cpu

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

Source from the content-addressed store, hash-verified

377 np1[1:3, :, 1:, :-1])
378
379 def test_subscription_cpu(self):
380 self._subscription_helper(cpu_dev)
381
382 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
383 def test_subscription_gpu(self):

Callers

nothing calls this directly

Calls 1

_subscription_helperMethod · 0.95

Tested by

no test coverage detected