changes for not operator (#735)
* changes for not operator * changed name of the op from unary_not to not * Added tests for op and onnx parsing * reordering not_test in onnx_test.cpp * not operator -- gpu implementation * added bool test for not operator * Added test and missing links for not operator on GPU * typo fix * adding .onnx test files for not operator * formatting Co-authored-by:Shucai Xiao <shucai@gmail.com> Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
Showing
src/include/migraphx/operators.hpp
100644 → 100755
src/onnx/parse_generic_op.cpp
100644 → 100755
src/targets/gpu/lowering.cpp
100644 → 100755
test/onnx/gen_onnx.py
100644 → 100755
test/onnx/not_bool_test.onnx
0 → 100644
test/onnx/not_test.onnx
0 → 100644
test/onnx/onnx_test.cpp
100644 → 100755
test/verify/test_not.cpp
0 → 100644
Please register or sign in to comment