提交 5d947809 编写于 作者: L lispc

PyDataProvider2.InputType repr refine style

上级 879866cc
...@@ -87,7 +87,8 @@ class InputType(object): ...@@ -87,7 +87,8 @@ class InputType(object):
def __repr__(self): def __repr__(self):
""" """
Return a human readable representation like 'InputType(dim=25921, seq_type=SequenceType.NO_SEQUENCE, type=DataType.Dense)' Return a human readable representation like 'InputType(dim=25921,
seq_type=SequenceType.NO_SEQUENCE, type=DataType.Dense)'
""" """
repr_str = type(self).__name__ repr_str = type(self).__name__
repr_str += '(' repr_str += '('
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册