We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c65900 commit 7cc950cCopy full SHA for 7cc950c
onnxoptimizer/query_c_api/predicate_push_down.cpp
@@ -26,6 +26,8 @@ std::map<std::string, int> predicate_result_type_map={
26
{"Equal",9},
27
{"And",9},
28
{"Or",9},
29
+ {"Add",7},
30
+ {"Mul",7},
31
};
32
33
void merge_single_model_with_predicate(std::string& onnx_model_path, std::string& predicate,
0 commit comments