docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JSONTensor

    JSON tensor

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

    Fields

    data

    Tensor data

    Declaration
    public float[] data
    Field Value
    Type Description
    float[]

    name

    Name

    Declaration
    public string name
    Field Value
    Type Description
    string

    shape

    Shape

    Declaration
    public JSONTensorShape shape
    Field Value
    Type Description
    JSONTensorShape

    type

    Tensor type

    Declaration
    public string type
    Field Value
    Type Description
    string
    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)