Browse Source

Add single_op model_id.

tags/v1.2.0
unknown 3 years ago
parent
commit
12631c4dad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/ut/ge/single_op/stream_resource_unittest.cc

+ 1
- 1
tests/ut/ge/single_op/stream_resource_unittest.cc View File

@@ -58,7 +58,7 @@ TEST_F(UtestStreamResource, test_malloc_memory) {
ASSERT_NE(res.MallocMemory(purpose, 100), nullptr);
}

TEST_F(UtestStreamResource, test_malloc_memory) {
TEST_F(UtestStreamResource, test_build_op) {
StreamResource res((uintptr_t)1);
ModelData model_data;
SingleOp *single_op = nullptr;


Loading…
Cancel
Save