Constructor ONNXModelConverter
ONNXModelConverter(bool, string)
Initializes and returns an instance of ONNXModelConverter.
Declaration
public ONNXModelConverter(bool optimizeModel, string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | optimizeModel | Whether to perform optimizations on the model during the import. The default value is |
| string | filePath | The path of the asset to convert. |