Class ModelMetadataExtensions | Barracuda | 0.5.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class ModelMetadataExtensions

    Inheritance
    Object
    ModelMetadataExtensions
    Namespace: 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
    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