Method FillScatter
member FillScatter: Tensor<int64> option list -> Tensor<'T> -> unit
Disperses elements from a source tensor to this tensor according to the specified indices.
Declaration
member FillScatter: indices:Tensor<int64> option list -> src:Tensor<'T> -> unit
Parameters
Type | Name | Description |
---|---|---|
Tensor<int64> option list | indices | A list of tensors, one per dimension of this tensor, containing the target indicies
for each element of |
Tensor<'T> | src | The tensor containing the source values. |