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
commit
c4581dfd6a
1 changed files with 1 additions and 1 deletions
  1. +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() {


Loading…
Cancel
Save