Adding support for QNN subtract op (#5153)
* Adding support for QNN subtract op * Fixing typo. * Fixing typo. * Fixing lint. * Addressing review comments. * Renaming variables as per convention and renamed QnnBinaryOpTypes -> QnnBinaryOpType * Renaming QnnBinaryOpType to QnnBinaryOpTensorType which now takes the index you want to extract to make the code more readable. * Fixing lint. * Moving common code to macro. * Fixing alignment. * Fixing typo. * Fixing lint. * Renaming method to pass CI.
Showing
src/relay/qnn/op/subtract.cc
0 → 100644
tests/python/relay/test_op_qnn_subtract.py
0 → 100644
Please
register
or
sign in
to comment