forked from mindspore-Ecosystem/mindspore
Set none for self.param_info
This commit is contained in:
parent
7835f73fea
commit
8534fc9ac5
|
@ -609,3 +609,6 @@ class ParameterTuple(tuple):
|
|||
|
||||
def __parameter_tuple__(self):
|
||||
"""For parse check."""
|
||||
|
||||
def __del__(self):
|
||||
self.param_info = None
|
||||
|
|
Loading…
Reference in New Issue