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

Method test_tile_cpu

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

Source from the content-addressed store, hash-verified

3067 decimal=5)
3068
3069 def test_tile_cpu(self):
3070 self.tile_test(cpu_dev)
3071
3072 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3073 def test_tile_gpu(self):

Callers

nothing calls this directly

Calls 1

tile_testMethod · 0.95

Tested by

no test coverage detected