提交 57245521 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Remove unused line, spotted during code review.

上级 df3d0065
...@@ -764,7 +764,6 @@ def local_gpu_tensordot(node): ...@@ -764,7 +764,6 @@ def local_gpu_tensordot(node):
if (isinstance(node.op, tensor.TensorDot) and if (isinstance(node.op, tensor.TensorDot) and
node.outputs[0].dtype == 'float32'): node.outputs[0].dtype == 'float32'):
x, y = node.inputs x, y = node.inputs
transfer = False
if ((x.owner and if ((x.owner and
x.owner.op == host_from_gpu and x.owner.op == host_from_gpu and
y.dtype=='float32') or y.dtype=='float32') or
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论