Class OnnxLayerImportException
ONNX layer import exception
Inherited Members
Namespace: Unity.Barracuda.ONNX
Syntax
public class OnnxLayerImportException : Exception, ISerializable, _Exception
Constructors
OnnxLayerImportException(String)
Create OnnxLayerImportException
Declaration
public OnnxLayerImportException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | message |