docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddInput

    AddInput(string, DataType, SymbolicTensorShape)

    Adds an input to the model with a symbolic tensor shape.

    Declaration
    public void AddInput(string name, DataType dataType, SymbolicTensorShape shape)
    Parameters
    Type Name Description
    string name

    The name of the input.

    DataType dataType

    The data type of the input.

    SymbolicTensorShape shape

    The SymbolicTensorShape of the input.

    AddInput(string, DataType, TensorShape)

    Adds an input to the model with a tensor shape.

    Declaration
    public void AddInput(string name, DataType dataType, TensorShape shape)
    Parameters
    Type Name Description
    string name

    The name of the input.

    DataType dataType

    The data type of the input.

    TensorShape shape

    The TensorShape of the input.

    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)