torch_index_put_ {torch} | R Documentation |
In-place version of torch_index_put
.
Description
In-place version of torch_index_put
.
Usage
torch_index_put_(self, indices, values, accumulate = FALSE)
Arguments
self |
(Tensor) Tensor that will be indexed. |
indices |
( |
values |
(Tensor) values that will be replaced the indexed location. Used
for |
accumulate |
(bool) Wether instead of replacing the current values with |
[Package torch version 0.13.0 Index]