docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum TensorLayout

    Options for the dimension layout in a texture tensor.

    Namespace: Unity.Sentis
    Assembly: Unity.Sentis.dll
    Syntax
    public enum TensorLayout

    Fields

    Name Description
    NCHW

    A tensor layout with rank 4 and dimensions batch, channels, height, width (NCHW).

    NHWC

    A tensor layout with rank 4 and dimensions batch, height, width, channels (NHWC).

    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)