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

Method test_constantOfShape_cpu

test/python/test_onnx.py:1637–1638  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1635 decimal=5)
1636
1637 def test_constantOfShape_cpu(self):
1638 self._constantOfShape_helper(cpu_dev)
1639
1640 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1641 def test_constantOfShape_gpu(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected