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

Method test_Div_gpu

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

Source from the content-addressed store, hash-verified

948
949 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
950 def test_Div_gpu(self):
951 self._Div_helper(gpu_dev)
952
953 def _Sub_helper(self, dev):
954 x0 = np.array([-0.9, -0.3, -0.1, 0.1, 0.5,

Callers

nothing calls this directly

Calls 1

_Div_helperMethod · 0.95

Tested by

no test coverage detected