Browse Source

Pre Merge pull request !510 from 徐睿/ge_dev

pull/510/MERGE
徐睿 Gitee 3 years ago
parent
commit
859a1368e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/st/testcase/test_tensorflow_parser.cc

+ 1
- 1
tests/st/testcase/test_tensorflow_parser.cc View File

@@ -1124,7 +1124,7 @@ TEST_F(STestTensorflowParser, tensorflow_parserfrommemory_failed)
ret = ge::aclgrphParseTensorFlow(modelFile.c_str(), parser_params, graph);
ge::ComputeGraphPtr compute_graph = ge::GraphUtils::GetComputeGraph(graph);
ret = modelParser.ParseFromMemory(data, size, compute_graph);
EXPECT_NE(ret, SUCCESS);
EXPECT_EQ(ret, SUCCESS);
}

TEST_F(STestTensorflowParser, modelparser_parsefrommemory_success)


Loading…
Cancel
Save