Class ModelWriter
Provides methods for saving models.
Inherited Members
Namespace: Unity.Sentis
Syntax
public static class ModelWriter
Methods
Save(String, Model)
Saves the model description and weights to a file.
Declaration
public static void Save(string fileName, Model model)
Parameters
| Type | Name | Description |
|---|---|---|
| String | fileName | |
| Model | model |