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