Broadcast Operations#
Tensor Operators#
|
Elementwise addition: \(x + y\). |
|
Elementwise subtraction: \(x - y\). |
|
Elementwise multiply: \(x * y\). |
|
Elementwise division: \(x / y\). |
|
Sum of array elements along with the corresponding dim. |
|
Min value of the array elements along with the corresponding dim. |
|
Max value of the array elements along with the corresponding dim. |
|
Return the indices of the minimum of an array along the dim. |
|
Return the indices of the maximum of an array along the dim. |
|
Mean value of the array elements along with the corresponding dim. |
|
The standard deviation of the array elements along with the corresponding dim. |
|
The variance of the array elements along with the corresponding dim. |
|
|
|
|
|
|
|
|
|