Scalar#
Compute the sum of values of multiple given tensors. |
|
Computes the difference between values of two given tensors. |
|
Compute the product of values of multiple given tensors. |
|
Computes the true division between values of two given tensors. |
|
Computes the floor division between values of two given tensors. |
|
Computes the division between values of two given tensors. |
|
Compute the logical conjunction (AND) of values of multiple given tensors. |
|
Compute the logical disjunction (OR) of values of multiple given tensors. |
|
Conditionally select values from two tensors based on a boolean mask. |
|
Computes the less-than comparison between values of two given tensors. |
|
Computes the less-than-or-equal comparison between values of two given tensors. |
|
Computes the greater-than comparison between values of two given tensors. |
|
Computes the greater-than-or-equal comparison between values of two given tensors. |
|
Computes the equality comparison between values of two given tensors. |
|
Computes the non-equality comparison between values of two given tensors. |
|
Compute the maximum of values of multiple given tensors. |
|
Compute the minimum of values of multiple given tensors. |
|
Compute the log-sum-exp of values of multiple given tensors. |