We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed024b commit 9cd9696Copy full SHA for 9cd9696
1 file changed
app/Graph/onnx_subs.cpp
@@ -92,7 +92,8 @@ int main() {
92
std::cerr << "Time for path5:" << time << std::endl;
93
} else if (type == 2) {
94
Graph graph1;
95
- build_graph(graph1, input, input, MODEL_PATH_GOOGLENET_ONNX, options, false);
+ build_graph(graph1, input, input, MODEL_PATH_GOOGLENET_ONNX, options,
96
+ false);
97
98
Graph subgraph;
99
Shape shape(2);
0 commit comments