docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Concat

    Concat(Tensor[], Tensor, int)

    Calculates an output tensor by concatenating the input tensors along a given axis.

    Declaration
    public virtual void Concat(Tensor[] inputs, Tensor O, int axis)
    Parameters
    Type Name Description
    Tensor[] inputs

    The input tensors.

    Tensor O

    The output tensor to be computed and filled.

    int axis

    The axis along which to concatenate the input tensors.

    Implements
    IBackend.Concat(Tensor[], 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)