docs.unity3d.com
    Show / Hide Table of Contents

    Struct Model.Input

    Input data structure

    Namespace: Unity.Barracuda
    Syntax
    public struct Input

    Fields

    name

    Name

    Declaration
    public string name
    Field Value
    Type Description
    String

    rank

    Input rank

    Declaration
    public int rank
    Field Value
    Type Description
    Int32

    shape

    Shape as int array

    Declaration
    public Int32[] shape
    Field Value
    Type Description
    Int32[]

    Methods

    WithName(String)

    Creates input structure with specified name

    Declaration
    public Model.Input WithName(string name)
    Parameters
    Type Name Description
    String name

    name

    Returns
    Type Description
    Model.Input

    Input structure

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023