docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Gather

    Gather(Tensor, TensorInt, Tensor, int)

    Takes values from the input tensor indexed by the indices tensor along a given axis and concatenates them.

    Declaration
    public override void Gather(Tensor X, TensorInt indices, Tensor O, int axis)
    Parameters
    Type Name Description
    Tensor X

    The input tensor.

    TensorInt indices

    The indices tensor.

    Tensor O

    The output tensor to be computed and filled.

    int axis

    The axis along which to gather.

    Overrides
    CPUBackend.Gather(Tensor, TensorInt, Tensor, int)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)