Show / Hide Table of Contents

    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 src, containing the indicies to pick from src for each output element.

    Tensor<'T> src

    The tensor containing the source values.

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