Skip to content

Commit 9cd9696

Browse files
authored
Update onnx_subs.cpp
1 parent 9ed024b commit 9cd9696

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/Graph/onnx_subs.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ int main() {
9292
std::cerr << "Time for path5:" << time << std::endl;
9393
} else if (type == 2) {
9494
Graph graph1;
95-
build_graph(graph1, input, input, MODEL_PATH_GOOGLENET_ONNX, options, false);
95+
build_graph(graph1, input, input, MODEL_PATH_GOOGLENET_ONNX, options,
96+
false);
9697

9798
Graph subgraph;
9899
Shape shape(2);

0 commit comments

Comments
 (0)