Class Model | Barracuda | 1.0.4
docs.unity3d.com
    Show / Hide Table of Contents

    Class Model

    Inheritance
    Object
    Model
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Barracuda
    Syntax
    public class Model

    Fields

    inputs

    Declaration
    public List<Model.Input> inputs
    Field Value
    Type Description
    List<Model.Input>

    IrSource

    Declaration
    public string IrSource
    Field Value
    Type Description
    String

    IrVersion

    Declaration
    public string IrVersion
    Field Value
    Type Description
    String

    layers

    Declaration
    public List<Layer> layers
    Field Value
    Type Description
    List<Layer>

    memories

    Declaration
    public List<Model.Memory> memories
    Field Value
    Type Description
    List<Model.Memory>

    outputs

    Declaration
    public List<string> outputs
    Field Value
    Type Description
    List<String>

    ProducerName

    Declaration
    public string ProducerName
    Field Value
    Type Description
    String

    Version

    Declaration
    public const int Version = 16
    Field Value
    Type Description
    Int32

    Properties

    Warnings

    Declaration
    public List<Model.ImporterWarning> Warnings { get; }
    Property Value
    Type Description
    List<Model.ImporterWarning>

    Methods

    ShallowCopy()

    Declaration
    public Model ShallowCopy()
    Returns
    Type Description
    Model

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Extension Methods

    ModelExtensions.CreateWorker(Model, WorkerFactory.Device, Boolean)
    ModelExtensions.CreateWorker(Model, String[], String[], WorkerFactory.Device, Boolean)
    ModelMetadataExtensions.GetTensorByName(Model, String)
    ModelMetadataExtensions.GetShapeByName(Model, String)
    In This Article
    • Fields
      • inputs
      • IrSource
      • IrVersion
      • layers
      • memories
      • outputs
      • ProducerName
      • Version
    • Properties
      • Warnings
    • Methods
      • ShallowCopy()
      • ToString()
    • Extension Methods
    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