This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
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
update src/common/graph/utils/mem_utils.h.
pull/194/head
lujiale
Gitee
4 years ago
parent
4679646fb5
commit
995cfcac25
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/common/graph/utils/mem_utils.h
+ 1
- 1
src/common/graph/utils/mem_utils.h
View File
@@ -27,6 +27,6 @@ static inline std::shared_ptr<_Tp> MakeShared(_Args &&... __args) {
std::shared_ptr<_Tp> ret(new (std::nothrow) _Tp_nc(std::forward<_Args>(__args)...));
std::shared_ptr<_Tp> ret(new (std::nothrow) _Tp_nc(std::forward<_Args>(__args)...));
return ret;
return ret;
}
}
} // namespace ge
}
// namespace ge
#endif // COMMON_GRAPH_UTILS_MEM_UTILS_H_
#endif // COMMON_GRAPH_UTILS_MEM_UTILS_H_
Write
Preview
Loading…
Cancel
Save