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

Method test_constantOfShape_cpu

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

Source from the content-addressed store, hash-verified

2716 decimal=5)
2717
2718 def test_constantOfShape_cpu(self):
2719 self.constantOfShape_test(cpu_dev)
2720
2721 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2722 def test_constantOfShape_gpu(self):

Callers

nothing calls this directly

Calls 1

constantOfShape_testMethod · 0.95

Tested by

no test coverage detected