diff --git a/ge/common/op/ge_op_utils.cc b/ge/common/op/ge_op_utils.cc index 278174f9..5d1b8089 100644 --- a/ge/common/op/ge_op_utils.cc +++ b/ge/common/op/ge_op_utils.cc @@ -449,7 +449,7 @@ OpUtils::GetShapeDataFromConstTensor(const ConstGeTensorPtr &tensor, DataType ty GELOGE(PARAM_INVALID, "[Check][Param]The dimension of the input tensor shape " "cannot be more than 1, it is %zu", tensor->GetTensorDesc().GetShape().GetDims().size()); - REPORT_CALL_ERRPR("E19999", "The dimension of the input tensor shape %zu invalid, " + REPORT_CALL_ERROR("E19999", "The dimension of the input tensor shape %zu invalid, " "more than 1", tensor->GetTensorDesc().GetShape().GetDims().size()); return PARAM_INVALID; }