Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_tile_gpu
Method
test_tile_gpu
test/python/test_operation.py:3073–3074 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3071
3072
@unittest.skipIf(not singa_wrap.USE_CUDA,
'CUDA is not enabled'
)
3073
def
test_tile_gpu(self):
3074
self.tile_test(gpu_dev)
3075
3076
def
noneZero_test(self, dev):
3077
X = np.array([[1, 0], [1, 1]]).astype(np.float32)
Callers
nothing calls this directly
Calls
1
tile_test
Method · 0.95
Tested by
no test coverage detected