Indexing#
Retrieves values from a tensor at the coordinates specified by another tensor. |
|
Sets values in a target tensor from an update tensor at the coordinates specified by an indexing tensor. |
|
Adds values from an update tensor to a target tensor at the coordinates specified by an indexing tensor. |
|
Subtracts values from a target tensor by an update tensor at the coordinates specified by an indexing tensor. |
|
Find the coordinates of the maximum values in the given tensor. |
|
Find the coordinates of the minimum values in the given tensor. |
|
Returns the indices that would sort values in the given tensor in ascending order. |