hexagon: add unary tanh op (#22999)

This commit is contained in:
Max Krasnyansky
2026-05-13 06:59:28 -07:00
committed by GitHub
parent e75cd5efb5
commit ad96bb8c0c
4 changed files with 25 additions and 1 deletions
+1
View File
@@ -542,6 +542,7 @@ static int execute_op(struct htp_ops_context * octx) {
case HTP_OP_UNARY_SIGMOID:
case HTP_OP_UNARY_NEG:
case HTP_OP_UNARY_EXP:
case HTP_OP_UNARY_TANH:
case HTP_OP_L2_NORM:
return op_unary(octx);