Class OnnxImportException
Represents an exception during the import of an ONNX model.
Inherited Members
Namespace: Unity.Sentis.ONNX
Assembly: Unity.Sentis.ONNX.dll
Syntax
public class OnnxImportException : Exception, _Exception, ISerializable
Constructors
OnnxImportException(string)
Initializes and returns an instance of OnnxImportException.
Declaration
public OnnxImportException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | message |