Browse Source

!867 Unnecessary output does not allocate memory

From: @li-lei0106
Reviewed-by: @ji_chen,@xchu42
Signed-off-by: @ji_chen
tags/v1.2.0
mindspore-ci-bot Gitee 3 years ago
parent
commit
6dd7c115ce
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      inc/framework/common/types.h

+ 1
- 0
inc/framework/common/types.h View File

@@ -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