Browse Source

fot ut cov

tags/v1.3.0
wangxiaotian22 3 years ago
parent
commit
1867a68f59
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      ge/common/formats/format_transfers/format_transfer_nc1hwc0_nhwc.cc

+ 2
- 1
ge/common/formats/format_transfers/format_transfer_nc1hwc0_nhwc.cc View File

@@ -175,7 +175,8 @@ Status FormatTransferNc1hwc0Nhwc::TransFormat(const TransArgs &args, TransResult
ShapeToString(args.dst_shape).c_str(), ShapeToString(args.src_shape).c_str());
return ACL_ERROR_GE_SHAPE_INVALID;
}
GELOGD("Begin to trans format from NC1HWC0 to NCHW, src shape %s, data type %s, dst shape %s, memory size %ld",
GELOGD("[Trans][Format]Begin to trans format from NC1HWC0 to NCHW, "
"src shape %s, data type %s, dst shape %s, memory size %ld",
ShapeToString(args.src_shape).c_str(), TypeUtils::DataTypeToSerialString(args.src_data_type).c_str(),
ShapeToString(args.dst_shape).c_str(), total_size);



Loading…
Cancel
Save