docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Tile

    Tile(Tensor, Tensor, ReadOnlySpan<int>)

    Calculates an output tensor by repeating the input layer a given number of times along each axis.

    Declaration
    public override void Tile(Tensor X, Tensor O, ReadOnlySpan<int> repeats)
    Parameters
    Type Name Description
    Tensor X

    The input tensor.

    Tensor O

    The output tensor to be computed and filled.

    ReadOnlySpan<int> repeats

    The number of times to tile the input tensor along each axis.

    Overrides
    CPUBackend.Tile(Tensor, Tensor, ReadOnlySpan<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)