You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SupportedONNXOps-NNPA.md
+1
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ NNPA has hardware limitations in dimension index size and tensor size, which are
39
39
|**Relu**|6 - * |Input tensor must be less than or equal to 4 dimensions. ||
40
40
|**Sigmoid**|6 - * |Input tensor must be less than or equal to 4 dimensions. ||
41
41
|**Softmax**|6 - * |- `axis` must be the last dimension, i.e. `rank - 1` or -1. ||
42
+
|**Softplus**|6 - * |The operations immediately before and after the Softplus operation must be executed on the NNPA. Otherwise, Softplus is executed on the CPU. This limitation is set to avoid performance degradation. ||
42
43
|**Sub**|6 - * |- Shape of input tensors should be the same since broadcasting is not supported.<br>- Input tensors must have static dimensions. ||
43
44
|**Sum**|6 - * |- All inputs must have the same static shape (Broadcasting not supported.)<br>- Single input not supported. ||
44
45
|**Tanh**|6 - * |Input tensor must be less than or equal to 4 dimensions. ||
# ==LIM== The operations immediately before and after the Softplus operation must be executed on the NNPA. Otherwise, Softplus is executed on the CPU. This limitation is set to avoid performance degradation.
338
+
# Softplus op in following test cases doesn't run on NNPA because single Softplus op is included. Softplus is tested not by backend tests but by the TestSoftplus numerical test
339
+
# test_softplus_cpu,zdnn_log
340
+
# test_softplus_example_cpu,zdnn_log
341
+
335
342
# ==OP== Sub
336
343
# ==MIN== 6
337
344
# ==LIM== - Shape of input tensors should be the same since broadcasting is not supported.<br>- Input tensors must have static dimensions.
0 commit comments