Skip to content

Commit 7cc950c

Browse files
committed
support add and mul in predicate
1 parent 9c65900 commit 7cc950c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: onnxoptimizer/query_c_api/predicate_push_down.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ std::map<std::string, int> predicate_result_type_map={
2626
{"Equal",9},
2727
{"And",9},
2828
{"Or",9},
29+
{"Add",7},
30+
{"Mul",7},
2931
};
3032

3133
void merge_single_model_with_predicate(std::string& onnx_model_path, std::string& predicate,

0 commit comments

Comments
 (0)