docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Concat

    Concat(Tensor[], int)

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

    Declaration
    public Tensor Concat(Tensor[] tensors, int axis)
    Parameters
    Type Name Description
    Tensor[] tensors

    The input tensors.

    int axis

    The axis along which to concatenate the input tensors.

    Returns
    Type Description
    Tensor

    The computed output tensor.

    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)