This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
MindSpore-GraphEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
10
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix ut
pull/1317/head
chuxing
4 years ago
parent
241b2166ce
commit
62ff549077
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
tests/ut/ge/hybrid/ge_hybrid_unittest.cc
+ 3
- 1
tests/ut/ge/hybrid/ge_hybrid_unittest.cc
View File
@@ -51,7 +51,9 @@ class UtestGeHybrid : public testing::Test {
protected:
void SetUp() {}
void TearDown() {}
void TearDown() {
NpuMemoryAllocator::allocators_.clear();
}
};
static ge::OpDescPtr CreateOpDesc(string name = "", string type = "") {
Write
Preview
Loading…
Cancel
Save