Logical ops (#718)
* add the and operator * clang format * add unit tests for the and operator * clang format * change the and name to logical_and and add the logical_or, logical_xor * clang format * add onnx unit tests for or and xor * add more unit tests
Showing
test/verify/test_and.cpp
0 → 100644
test/verify/test_or.cpp
0 → 100644
test/verify/test_xor.cpp
0 → 100644
Please register or sign in to comment