提交 0ebc21cc authored 作者: Frederic's avatar Frederic

fix crash.

上级 e503b3f0
......@@ -564,7 +564,7 @@ class Chi2SF(BinaryScalarOp):
x, k = inp
z, = out
if node.inputs[0].type in float_types:
dtype = z.dtype
dtype = node.outputs[0].dtype
return """%(z)s =
(%(dtype)s)Chi2SF(%(k)s, %(x)s);""" % locals()
raise NotImplementedError('only floatingpoint is implemented')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论