From f1039e62bedcfbc536b1354d5dc81ac793da8167 Mon Sep 17 00:00:00 2001 From: zk <694972388@qq.com> Date: Mon, 22 Mar 2021 19:47:35 +0800 Subject: [PATCH] Transdata for va --- .../formats/format_transfers/format_transfer_fractal_z.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ge/common/formats/format_transfers/format_transfer_fractal_z.cc b/ge/common/formats/format_transfers/format_transfer_fractal_z.cc index 53891991..fe8a8bd2 100644 --- a/ge/common/formats/format_transfers/format_transfer_fractal_z.cc +++ b/ge/common/formats/format_transfers/format_transfer_fractal_z.cc @@ -25,7 +25,6 @@ #include "framework/common/debug/ge_log.h" #include "framework/common/debug/log.h" #include "graph/utils/type_utils.h" -#include "iostream" namespace ge { namespace formats { namespace { @@ -304,7 +303,7 @@ Status TransFormatHwcnToFzWithGroups(const TransArgs &args, TransResult &result, return ACL_ERROR_GE_MEMORY_ALLOCATION;); ret = memset_s(dst.get(), size_output_data, 0, size_output_data); if (ret != EOK) { - GELOGE(ACL_ERROR_GE_MEMORY_OPERATE_FAILED, "Failed to operate the dst memory, ret %d", ret); + GELOGE(ACL_ERROR_GE_MEMORY_OPERATE_FAILED, "Failed to operate the dst memory, ret is %d", ret); return ACL_ERROR_GE_MEMORY_OPERATE_FAILED; } for (int64_t g = 0; g < groups; g++) {