提交 fefd4f09 编写于 作者: M Megvii Engine Team 提交者: “wenjuan”

fix(traced_module): fix tensor node init

GitOrigin-RevId: bdd8259ce7db99f3da35c7748b3b5a5c2d807a54
上级 605836a7
......@@ -231,7 +231,7 @@ class TensorNode(Node):
):
super().__init__(expr, name, qualname)
self._shape = shape
self._dtype = shape
self._dtype = dtype
self._qparams = qparams
def __getstate__(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册