docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JSONTensorShape

    JSON tensor shape

    Inheritance
    object
    JSONTensorShape
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Barracuda
    Assembly: Unity.Barracuda.dll
    Syntax
    [Serializable]
    public class JSONTensorShape

    Fields

    batch

    Batch

    Declaration
    public int batch
    Field Value
    Type Description
    int

    channels

    Channels

    Declaration
    public int channels
    Field Value
    Type Description
    int

    depth

    Depth

    Declaration
    public int depth
    Field Value
    Type Description
    int

    extraDimension

    Extra dimension

    Declaration
    public int extraDimension
    Field Value
    Type Description
    int

    height

    Height

    Declaration
    public int height
    Field Value
    Type Description
    int

    numberOfDirections

    Number of directions

    Declaration
    public int numberOfDirections
    Field Value
    Type Description
    int

    sequenceLength

    Sequence length

    Declaration
    public int sequenceLength
    Field Value
    Type Description
    int

    width

    Width

    Declaration
    public int width
    Field Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2025 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)