forked from mindspore-Ecosystem/mindspore
!47271 change error log to warining
Merge pull request !47271 from lianliguang/r2.0.0-alpha
This commit is contained in:
commit
d18c31daa5
|
@ -229,7 +229,7 @@ abstract::AnalysisResult AbstractAnalyze(const ResourcePtr &resource, const Func
|
|||
auto is_load = primitive->GetAttr("is_load");
|
||||
if (abstract::GetPrimEvaluator(primitive, engine) == nullptr && is_load != nullptr &&
|
||||
GetValue<bool>(is_load)) {
|
||||
MS_LOG(ERROR) << "The primitive is not defined in front end. Primitive: " << primitive->ToString();
|
||||
MS_LOG(WARNING) << "The primitive is not defined in front end. Primitive: " << primitive->ToString();
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue