Pow different data type (#707)
* add support of the different input data_type for the pow operator
* clang format
* fix cppcheck error
* clang format
* add unit test for the pow operator with different input data types
* clang format
* remove unnecessary comments
* fix review comments
* clang format
* fix a issue related to hash table key type
* clang format
Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
Showing
src/onnx/parse_binary_op.cpp
100755 → 100644
src/onnx/parse_pow.cpp
0 → 100644
Please register or sign in to comment