docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SpaceToDepth

    SpaceToDepth(TensorFloat, TensorFloat, int)

    Computes the output tensor by permuting data from blocks of spatial data into depth.

    Declaration
    public override void SpaceToDepth(TensorFloat X, TensorFloat O, int blocksize)
    Parameters
    Type Name Description
    TensorFloat X

    The input tensor.

    TensorFloat O

    The output tensor to be computed and filled.

    int blocksize

    The size of the blocks to move the depth data into.

    Overrides
    CPUBackend.SpaceToDepth(TensorFloat, TensorFloat, 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)