Class ModelMetadataExtensions | Barracuda | 1.0.4
docs.unity.cn
    Show / Hide Table of Contents

    Class ModelMetadataExtensions

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

    Methods

    GetShapeByName(Model, String)

    Declaration
    public static TensorShape? GetShapeByName(this Model model, string name)
    Parameters
    Type Name Description
    Model model
    String name
    Returns
    Type Description
    Nullable<TensorShape>

    GetTensorByName(Model, String)

    Declaration
    public static Tensor GetTensorByName(this Model model, string name)
    Parameters
    Type Name Description
    Model model
    String name
    Returns
    Type Description
    Tensor
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 20 October 2020