Class ModelAnalyzer | Barracuda | 0.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class ModelAnalyzer

    Inheritance
    Object
    ModelAnalyzer
    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 class ModelAnalyzer

    Methods

    FindBrokenLinks(Model)

    Declaration
    public static string[] FindBrokenLinks(Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    String[]

    FindBrokenLinks(Model, HashSet<String>)

    Declaration
    public static string[] FindBrokenLinks(Model model, HashSet<string> links)
    Parameters
    Type Name Description
    Model model
    HashSet<String> links
    Returns
    Type Description
    String[]

    FindBrokenLinks(Model, String[])

    Declaration
    public static string[] FindBrokenLinks(Model model, string[] links)
    Parameters
    Type Name Description
    Model model
    String[] links
    Returns
    Type Description
    String[]

    FindLargestArgumentTensorShape(Model)

    Declaration
    public static TensorShape FindLargestArgumentTensorShape(Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    TensorShape

    FindLargestNecessaryTensorShape(Model, IDictionary<String, TensorShape>)

    Declaration
    public static TensorShape FindLargestNecessaryTensorShape(Model model, IDictionary<string, TensorShape> inputShapes)
    Parameters
    Type Name Description
    Model model
    IDictionary<String, TensorShape> inputShapes
    Returns
    Type Description
    TensorShape

    FindLayersThatRequireStorage(Model)

    Declaration
    public static HashSet<Layer> FindLayersThatRequireStorage(Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    HashSet<Layer>

    FindUnconnectedInputs(Model)

    Declaration
    public static string[] FindUnconnectedInputs(Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    String[]

    FindUnconnectedOutputs(Model)

    Declaration
    public static string[] FindUnconnectedOutputs(Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    String[]

    FindUnusedLayers(Model)

    Declaration
    public static string[] FindUnusedLayers(Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    String[]

    FindUpstreamLayers(Model, String[])

    Declaration
    public static HashSet<Layer> FindUpstreamLayers(Model model, string[] outputs)
    Parameters
    Type Name Description
    Model model
    String[] outputs
    Returns
    Type Description
    HashSet<Layer>

    GetDefaultInputName(Model)

    Declaration
    public static string GetDefaultInputName(Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    String

    GetDefaultOutputName(Model)

    Declaration
    public static string GetDefaultOutputName(Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    String

    ListTemporaryTensorShapes(Model, IDictionary<String, TensorShape>)

    Declaration
    public static TensorShape? [] ListTemporaryTensorShapes(Model model, IDictionary<string, TensorShape> inputShapes)
    Parameters
    Type Name Description
    Model model
    IDictionary<String, TensorShape> inputShapes
    Returns
    Type Description
    Nullable<TensorShape>[]

    ListTemporaryTensorShapes(Model, IDictionary<String, TensorShape>, out IDictionary<String, Nullable<TensorShape>>)

    Declaration
    public static TensorShape? [] ListTemporaryTensorShapes(Model model, IDictionary<string, TensorShape> inputShapes, out IDictionary<string, TensorShape? > shapesByName)
    Parameters
    Type Name Description
    Model model
    IDictionary<String, TensorShape> inputShapes
    IDictionary<String, Nullable<TensorShape>> shapesByName
    Returns
    Type Description
    Nullable<TensorShape>[]

    TryGetOutputTensorShape(Model, IDictionary<String, TensorShape>, String, out TensorShape)

    Declaration
    public static bool TryGetOutputTensorShape(Model model, IDictionary<string, TensorShape> inputShapes, string output, out TensorShape shape)
    Parameters
    Type Name Description
    Model model
    IDictionary<String, TensorShape> inputShapes
    String output
    TensorShape shape
    Returns
    Type Description
    Boolean

    TryGetOutputTensorShape(Model, String, out TensorShape)

    Declaration
    public static bool TryGetOutputTensorShape(Model model, string output, out TensorShape shape)
    Parameters
    Type Name Description
    Model model
    String output
    TensorShape shape
    Returns
    Type Description
    Boolean
    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