Aleksei-grovety commented on code in PR #16266:
URL: https://github.com/apache/tvm/pull/16266#discussion_r1516036315


##########
python/tvm/relay/backend/contrib/ethosu/tir_to_cs_translator.py:
##########
@@ -877,7 +877,7 @@ def _create_npu_activation(serial_activation: 
spec.SerialActivation) -> vapi.Npu
         return None
     op_map = {
         "CLIP": vapi.NpuActivationOp.NONE_OR_RELU,
-        "TANH": vapi.NpuActivationOp.TABLE_LOOKUP,
+        "TANH": vapi.NpuActivationOp.TANH,

Review Comment:
   These changes have been cancelled and the calculated lookup table values are 
being used, but first, [PR](https://github.com/apache/tvm/pull/16680) merge is 
expected



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to