提交 a2bac287 编写于 作者: S SunAhong1993

remove comment

上级 91d8c0d4
......@@ -173,12 +173,7 @@ class PatternMatcher(object):
if layer.kernel != pattern_layer.kernel:
return False
subgraph_id2layers[layer_id] = layer
# for k, v in subgraph_id2layers.items():
# print(k)
# print(v.kernel)
# print(v.outputs)
# print("=========")
if pattern.edges_in.get(pattern_layer_id, 0) != 0:
if len(pattern.edges_in[pattern_layer_id]) != \
len(graph.edges_in[layer_id]):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册