Browse Source

fix ut

pull/1317/head
chuxing 4 years ago
parent
commit
62ff549077
1 changed files with 3 additions and 1 deletions
  1. +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 = "") {


Loading…
Cancel
Save