提交 a532d4e5 authored 作者: --global's avatar --global

Fix indentation

上级 836a4eba
...@@ -265,8 +265,8 @@ def local_gpu_elemwise(node): ...@@ -265,8 +265,8 @@ def local_gpu_elemwise(node):
name = 'Gpu' + name name = 'Gpu' + name
res = GpuElemwise(scal_op, name=name, res = GpuElemwise(scal_op, name=name,
inplace_pattern=copy.copy(op.inplace_pattern), inplace_pattern=copy.copy(op.inplace_pattern),
nfunc_spec=op.nfunc_spec) nfunc_spec=op.nfunc_spec)
# If the elemwise operation is a pow, casts might be required on the # If the elemwise operation is a pow, casts might be required on the
# inputs and or outputs because only the (float, float)->float and # inputs and or outputs because only the (float, float)->float and
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论