docs.unity.cn
    Show / Hide Table of Contents

    Class JSONTensor

    JSON tensor

    Inheritance
    Object
    JSONTensor
    Namespace: Unity.Barracuda
    Syntax
    public class JSONTensor : object

    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 © 2020 Unity Technologies
    Generated by DocFX
    on Friday, May 14, 2021