docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ONNXModelConverter.ImporterWarning

    Represents the data structure for a warning from the model importer.

    Inheritance
    object
    ONNXModelConverter.ImporterWarning
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Sentis.ONNX
    Assembly: Unity.Sentis.ONNX.dll
    Syntax
    public class ONNXModelConverter.ImporterWarning

    Constructors

    ImporterWarning(string, WarningType)

    Initializes and returns an instance of ImporterWarning.

    Declaration
    public ImporterWarning(string msg, ONNXModelConverter.WarningType severity)
    Parameters
    Type Name Description
    string msg

    The message text of the warning

    ONNXModelConverter.WarningType severity

    The severity of the warning as a WarningType

    Properties

    Message

    A message.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string

    MessageSeverity

    The severity of a warning.

    Declaration
    public ONNXModelConverter.WarningType MessageSeverity { get; }
    Property Value
    Type Description
    ONNXModelConverter.WarningType
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)