Method FillGather
member FillGather: Tensor<int64> option list -> Tensor<'T> -> unit
Selects elements from a tensor according to specified indices.
Declaration
member FillGather: 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 |
| Tensor<'T> | src | The tensor containing the source values. |