提交 43330c1a 编写于 作者: J jiangjiajun

add codes

上级 1b41cdfb
......@@ -103,4 +103,3 @@ class Graph(object):
def print(self):
for i, tmp in enumerate(self.topo_sort):
print(tmp, self.node_map[tmp].layer_type, self.node_map[tmp].inputs)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册