!867 Unnecessary output does not allocate memory

From: @li-lei0106
Reviewed-by: @ji_chen,@xchu42
Signed-off-by: @ji_chen
pull/867/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 6dd7c115ce

@ -1097,6 +1097,7 @@ struct BasicInfo {
uint32_t total_size; // total memory size
};
#pragma pack() // Cancels single-byte alignment
enum class MemorySizeCalcType { NORMAL = 0, ALWAYS_EMPTY };
} // namespace ge
namespace domi {

Loading…
Cancel
Save