提交 098261ed authored 作者: Frederic's avatar Frederic

remove line not used.

It was used during development, but not needed at the end.
上级 c39dce3e
...@@ -2198,7 +2198,6 @@ def local_subtensor_of_dot(node): ...@@ -2198,7 +2198,6 @@ def local_subtensor_of_dot(node):
a = node.inputs[0].owner.inputs[0] a = node.inputs[0].owner.inputs[0]
b = node.inputs[0].owner.inputs[1] b = node.inputs[0].owner.inputs[1]
a_sub = node.op.make_node(a, *node.inputs[1:]).outputs[0] a_sub = node.op.make_node(a, *node.inputs[1:]).outputs[0]
pad_dim = a.ndim - a_sub.ndim
return [T.dot(a_sub, b)] return [T.dot(a_sub, b)]
return return
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论