docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct Model.Input

    Represents an input to a model.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Sentis
    Assembly: Unity.Sentis.dll
    Syntax
    public struct Model.Input

    Fields

    dataType

    The data type of the input data.

    Declaration
    public DataType dataType
    Field Value
    Type Description
    DataType

    index

    The index of the input.

    Declaration
    public int index
    Field Value
    Type Description
    int

    name

    The name of the input.

    Declaration
    public string name
    Field Value
    Type Description
    string

    shape

    The shape of the input, as SymbolicTensorShape.

    Declaration
    public SymbolicTensorShape shape
    Field Value
    Type Description
    SymbolicTensorShape
    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)