We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69cda96 + 603fd7d commit 5706e10Copy full SHA for 5706e10
onnxoptimizer/optimize_c_api/optimize_c_api.h
@@ -4,7 +4,7 @@
4
5
#ifndef ONNX_OPTIMIZER_OPTIMIZE_C_API_H
6
#define ONNX_OPTIMIZER_OPTIMIZE_C_API_H
7
-
+#include <vector>
8
void optimize_with_model_path(std::string& mp_in_path1,
9
std::string& mp_in_path2, std::string& mp_name1,
10
std::string& mp_name2, std::string& mp_out_path);
0 commit comments