This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Unnecessary output does not allocate memory
tags/v1.2.0
lwx897429
3 years ago
parent
63614e11e4
commit
ad1ae2d8ae
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
Cancel
Save