docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor SymbolicTensorDim

    SymbolicTensorDim(int)

    Initializes and returns an instance of SymbolicTensorDim of fixed type, with an integer value.

    Declaration
    public SymbolicTensorDim(int value)
    Parameters
    Type Name Description
    int value

    The size of the dim.

    SymbolicTensorDim(char)

    Initializes and returns an instance of SymbolicTensorDim of dynamic type, with a character value. The character value maps to a string in the Model class.

    Declaration
    public SymbolicTensorDim(char param)
    Parameters
    Type Name Description
    char param

    The character name of the dynamic parameter.

    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)