提交 1dce9aeb authored 作者: Frederic's avatar Frederic

small fix following code review

上级 092835c1
......@@ -378,7 +378,6 @@ def get_c_extract_out(r, name, sub):
c_extract = r.type.c_extract_out(name, sub, check_input,
check_broadcast=False)
except TypeError, e:
import pdb;pdb.set_trace()
c_extract = r.type.c_extract_out(name, sub, check_input)
pre = """
......
......@@ -88,7 +88,7 @@ class DnnBase(GpuOp):
"""
Creates a handle for cudnn and pulls in the cudnn libraries and headers.
"""
# dnn do know know about broadcasting, so we do not need to assert
# dnn does not know about broadcasting, so we do not need to assert
# the input broadcasting pattern.
check_broadcast = False
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论