Show / Hide Table of Contents

    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 src.

    Tensor<'T> src

    The tensor containing the source values.

    See Also
    static member scatter: Tensor<int64> option list -> int64 list -> Tensor<'T> -> Tensor<'T>
    Back to top Generated by DocFX