|
|
@@ -75,9 +75,9 @@ Status ParseParams(const Message *op_src, FrameworkOpOperator *op) { |
|
|
|
op->TfOpDef(attr_v.s()); |
|
|
|
} else { |
|
|
|
GE_CHK_BOOL_EXEC(type == "_Retval", |
|
|
|
GE_DELETE_NEW_SINGLE(pkg_node); |
|
|
|
REPORT_INNER_ERROR("E19999", "In NodeDef:%s Attr:opdef is not exist, check invalid", |
|
|
|
pkg_node->name().c_str()); |
|
|
|
GE_DELETE_NEW_SINGLE(pkg_node); |
|
|
|
return PARAM_INVALID, "In NodeDef %s Attr opdef is not exist.", pkg_node->name().c_str()); |
|
|
|
} |
|
|
|
|
|
|
|