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