提交 a915c821 authored 作者: Tim Cooijmans's avatar Tim Cooijmans

BatchedDot: remove reference to Dot

上级 62e2bf52
...@@ -3475,7 +3475,7 @@ class BatchedDot(Op): ...@@ -3475,7 +3475,7 @@ class BatchedDot(Op):
iv0 = gof.op.get_test_value(inputs[0]) iv0 = gof.op.get_test_value(inputs[0])
except AttributeError: except AttributeError:
gof.op.missing_test_message( gof.op.missing_test_message(
'first input passed to Dot.R_op has no test value') 'first input passed to BatchedDot.R_op has no test value')
debugger_available = False debugger_available = False
try: try:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论