Class ModelAnalyzer | Barracuda | 1.0.4
docs.unity.cn
    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[]

    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 © 2020 Unity Technologies
    Generated by DocFX
    on 20 October 2020