Reduction#
Compute the sum of values in the given tensor. |
|
Compute the mean of values in the given tensor. |
|
Compute the variance of values in the given tensor. |
|
Compute the standard deviation of values in the given tensor. |
|
Compute the product of values in the given tensor. |
|
Counts non-zero values in the given tensor. |
|
Compute the logical disjunction (OR) of values in the given tensor. |
|
Compute the logical conjunction (AND) of values in the given tensor. |
|
Compute the maximum of values in the given tensor. |
|
Compute the minimum of values in the given tensor. |
|
Compute the log-sum-exp of values in the given tensor. |