提交 45328ed6 authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier 提交者: --global

Change the way the output variables are declared in the make_node()

上级 99c0fbb4
......@@ -83,7 +83,7 @@ class PdbBreakpoint(Op):
# Build the Apply node
inputs = [condition] + list(monitored_vars)
outputs = [inp.type.make_variable() for inp in monitored_vars]
outputs = [inp.type() for inp in monitored_vars]
return Apply(op=self, inputs=inputs, outputs=outputs)
def perform(self, node, inputs, output_storage):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论