提交 9a7d1171 authored 作者: Frederic Bastien's avatar Frederic Bastien

fix bad name.

上级 aead18c5
......@@ -1229,7 +1229,7 @@ class RoundHalfAwayFromZero(UnaryScalarOp):
"""
def impl(self, x):
return vec(x)
return round_half_away_from_zero_vec(x)
def c_code(self, node, name, (x, ), (z, ), sub):
if node.outputs[0].type.dtype in ['float32', 'float64']:
return "%(z)s = round(%(x)s);" % locals()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论