提交 a6168f49 authored 作者: James Bergstra's avatar James Bergstra

removed whitespace

上级 e380aa21
...@@ -21,7 +21,6 @@ def info(*msg): ...@@ -21,7 +21,6 @@ def info(*msg):
def debug(*msg): def debug(*msg):
_logger.debug(_logger_name+'DEBUG: '+' '.join(str(m) for m in msg)) _logger.debug(_logger_name+'DEBUG: '+' '.join(str(m) for m in msg))
def as_cuda_ndarray_variable(x): def as_cuda_ndarray_variable(x):
if hasattr(x, '_as_CudaNdarrayVariable'): if hasattr(x, '_as_CudaNdarrayVariable'):
return x._as_CudaNdarrayVariable() return x._as_CudaNdarrayVariable()
...@@ -64,7 +63,6 @@ class GpuFromHost(Op): ...@@ -64,7 +63,6 @@ class GpuFromHost(Op):
#return [HostFromGpu()(gz)] #return [HostFromGpu()(gz)]
gpu_from_host = GpuFromHost() gpu_from_host = GpuFromHost()
class GpuElemwise(Op): class GpuElemwise(Op):
nin = property(lambda self: self.scalar_op.nin) nin = property(lambda self: self.scalar_op.nin)
nout = property(lambda self: self.scalar_op.nout) nout = property(lambda self: self.scalar_op.nout)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论