This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!18033
fix pclint in profiler
Merge pull request
!18033
from yanghaitao/yht_fix_warning_r1.2_0609
tags/v1.3.0
i-robot
Gitee
4 years ago
parent
340d529877
b8d83c5c64
commit
c4581dfd6a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/profiler/device/common/memory_profiling.h
+ 1
- 1
mindspore/ccsrc/profiler/device/common/memory_profiling.h
View File
@@ -98,7 +98,7 @@ class GraphMemory {
class MemoryProfiling {
public:
MemoryProfiling()
= default;
MemoryProfiling()
: device_mem_size_(0) {}
~MemoryProfiling() = default;
static MemoryProfiling &GetInstance() {
Write
Preview
Loading…
Cancel
Save