forked from mindspore-Ecosystem/mindspore
!27089 Fix debug info incomplete when parse class instance
Merge pull request !27089 from huanghui/fix-class-install-resolve
This commit is contained in:
commit
a2ad64e94f
|
@ -1264,6 +1264,7 @@ class CreateInstanceEvaluator : public TransitionPrimEvaluator {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Process the object.
|
// Process the object.
|
||||||
|
TraceGuard guard(std::make_shared<TraceResolve>(out_conf->node()->debug_info()));
|
||||||
ValuePtr converted_ret = nullptr;
|
ValuePtr converted_ret = nullptr;
|
||||||
bool converted = parse::ConvertData(obj, &converted_ret, true);
|
bool converted = parse::ConvertData(obj, &converted_ret, true);
|
||||||
if (!converted) {
|
if (!converted) {
|
||||||
|
|
Loading…
Reference in New Issue