未验证 提交 8cbe8f0d 编写于 作者: Y yytdfc 提交者: GitHub

fix style

上级 af8e70e2
......@@ -230,7 +230,7 @@ def onnx_dtype(dtype):
class OnnxNode(object):
def __init__(self, node):
self.name = str(node.name)
if self.name=='':
if self.name == '':
self.name = str(node.output)
self.op_type = str(node.op_type)
self.domain = str(node.domain)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册