提交 f73f9fb2 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!1220 quantization aware training frontend operators bug fix.

Merge pull request !1220 from SanjayChan/per
......@@ -97,9 +97,9 @@ class Cell:
After invoked, can get all the cell's children's name prefix by '_param_prefix'.
"""
cells = self.cells_and_names()
cells_name = self.cells_and_names()
for cell_name, cell in cells:
for cell_name, cell in cells_name:
cell._param_prefix = cell_name
@cell_init_args.setter
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册