提交 8ca64276 authored 作者: Frederic Bastien's avatar Frederic Bastien

added comment.

上级 c05036bf
...@@ -217,7 +217,7 @@ class MakeVector(T.Op): ...@@ -217,7 +217,7 @@ class MakeVector(T.Op):
This is a simple version of stack() that introduces far less cruft into the graph. This is a simple version of stack() that introduces far less cruft into the graph.
Should work with 0 inputs. Should work with 0 inputs. The constant_folding optimization will remove it.
""" """
def __init__(self, dtype='int64'): def __init__(self, dtype='int64'):
self.dtype = dtype self.dtype = dtype
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论