Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 8ef1880

Browse files
authored
Merge pull request #186 from pangge/master
Landmark: creating anakin v0.1.0 for publicity
2 parents 275c28e + 7856530 commit 8ef1880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/framework/net/net_exec_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ TEST(NetTest, net_execute_base_test) {
177177

178178
// restnet 101
179179
//auto tensor_out_0_p = net_executer.get_out("elementwise_add_0.tmp_0_out");
180-
auto tensor_out_0_p = net_executer.get_out("prob_out");
180+
//auto tensor_out_0_p = net_executer.get_out("prob_out");
181181

182-
//auto tensor_out_0_p = net_executer.get_out("detection_output_0.tmp_0_out");
182+
auto tensor_out_0_p = net_executer.get_out("detection_output_0.tmp_0_out");
183183

184184
// get out result
185185
//LOG(WARNING)<< "result avg: " << tensor_average(tensor_out_0_p);

0 commit comments

Comments
 (0)