提交 5d72fa5e authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix use of tabs in python file

上级 6f01cf86
......@@ -3051,13 +3051,13 @@ class GpuJoin(tensor.Join, GpuOp):
except tensor.basic.NotScalarConstantError:
pass
else:
axis_int = axis
else:
axis_int = axis
if (axis_int < 0):
# Since all tensors must have the same number of dimensions,
# we simply add the number of dimensions for the first tensor
axis = axis + as_tensor_variable_args[0].ndim
axis = axis + as_tensor_variable_args[0].ndim
output_maker = \
lambda bcast: CudaNdarrayType(broadcastable=bcast)()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论