예제 #1
0
파일: opt.py 프로젝트: kevinbache/Theano
def local_gpua_ger(node):
    return GpuGer(destructive=node.op.destructive)
예제 #2
0
파일: test_blas.py 프로젝트: yubow/Theano
 def clone(self, op):
     return GpuGer(destructive=op.destructive)