Class ONNXModelConverter
Represents a converter from an ONNX model to Sentis format.
Inherited Members
Namespace: Unity.Sentis.ONNX
Assembly: solution.dll
Syntax
public class ONNXModelConverter
Constructors
Name | Description |
---|---|
ONNXModelConverter(bool, string) | Initializes and returns an instance of |
Methods
Name | Description |
---|---|
Convert() | Converts an ONNX model to a Sentis |
Events
Name | Description |
---|---|
ModelImported | Calls the methods in its invocation list when the model is imported. |