提交 c5d98039 编写于 作者: B barrierye

add gpu pyserving part

上级 89795fe2
......@@ -1099,7 +1099,7 @@ class PyServer(object):
processed_op.add(other_op.name)
output_channel = Channel(self._manager, name=channel_name_gen.next())
channels.append(output_channel)
last_op = dag_views[-1][0]
last_op = dag_views[-1][0] # TODO: fix it
last_op.add_output_channel(output_channel)
self._actual_ops = virtual_ops
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册