@ -148,7 +148,7 @@ Status FormatTransferDhwcnFractalZ3D::TransFormat(const TransArgs &args, TransRe
if (ret != SUCCESS) {
return ret;
}
if (!IsTransShapeCorrect(args, expect_shape)) {
if (!IsTransShapeDstCorrect(args, expect_shape)) {
return PARAM_INVALID;
@ -280,7 +280,7 @@ Status FormatTransferNchwToFZC04::TransFormat(const TransArgs &args, TransResult
if (!IsTransShapeCorrect(args_tmp, expect_shape)) {
if (!IsTransShapeDstCorrect(args_tmp, expect_shape)) {