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

Method test_identity_cpu

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

Source from the content-addressed store, hash-verified

1093 decimal=5)
1094
1095 def test_identity_cpu(self):
1096 self._identity_helper(cpu_dev)
1097
1098 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1099 def test_identity_gpu(self):

Callers

nothing calls this directly

Calls 1

_identity_helperMethod · 0.95

Tested by

no test coverage detected