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