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

Method test_transfer_learning_gpu

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

Source from the content-addressed store, hash-verified

2121
2122 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
2123 def test_transfer_learning_gpu(self):
2124 self._transfer_learning_helper(gpu_dev)
2125
2126if __name__ == '__main__':
2127 unittest.main()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected