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