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

removed debug print

上级 3006d252
...@@ -882,7 +882,6 @@ def local_dot_to_dot22(node): ...@@ -882,7 +882,6 @@ def local_dot_to_dot22(node):
# TODO: upcast one so the types match # TODO: upcast one so the types match
info('Not optimizing dot with inputs', x, y, x.type, y.type) info('Not optimizing dot with inputs', x, y, x.type, y.type)
return return
print 'asdfasdf'
if y.type.dtype.startswith('float'): if y.type.dtype.startswith('float'):
if _is_real_matrix(x) and _is_real_matrix(y): if _is_real_matrix(x) and _is_real_matrix(y):
return [_dot22(*node.inputs)] return [_dot22(*node.inputs)]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论