提交 9c81ddbe authored 作者: Razvan Pascanu's avatar Razvan Pascanu

remove condition from self.outputs ( if needed)

上级 2f0c2b0b
...@@ -723,7 +723,7 @@ class Scan(Op): ...@@ -723,7 +723,7 @@ class Scan(Op):
else: else:
self_outs = self.outputs self_outs = self.outputs
outs_shape = scan_utils.infer_shape( outs_shape = scan_utils.infer_shape(
outs = self.outputs, outs = self_outs,
inputs = self.inputs, inputs = self.inputs,
input_shapes = inner_ins_shapes) input_shapes = inner_ins_shapes)
# Will be used to check if outs_shape can be expressed without using # Will be used to check if outs_shape can be expressed without using
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论