docs.unity.cn
    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
    Syntax
    [Serializable]
    public class JSONTensor

    Fields

    data

    Tensor data

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

    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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Tuesday, July 4, 2023