コード例 #1
0
ファイル: test_basic_ops.py プロジェクト: xsongx/Theano
def gpu_alloc_expected(x, *shp):
    g = gpuarray.empty(shp, dtype=x.dtype)
    g[:] = x
    return g
コード例 #2
0
ファイル: test_basic_ops.py プロジェクト: Ambier/Theano
def gpu_alloc_expected(x, *shp):
    g = gpuarray.empty(shp, dtype=x.dtype)
    g[:] = x
    return g