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