We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1152f7 commit 603fd7dCopy full SHA for 603fd7d
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