提交 9ae1ab8e authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #4010 from Saxenauts/temp_disable_warn64

Temp disable warn64
......@@ -4958,6 +4958,7 @@ class ARange(Op):
outputs = [tensor(self.dtype, (False,))]
return Apply(self, inputs, outputs)
@theano.configparser.change_flags(warn_float64='ignore')
def infer_shape(self, node, i_shapes):
# Note start, stop and step can be float numbers.
start, stop, step = node.inputs
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论