Class ModelWriter
Provides methods for saving models.
Inherited Members
Namespace: Unity.Sentis
Assembly: solution.dll
Syntax
public static class ModelWriter
Methods
Name | Description |
---|---|
Save(Stream, Model) | Serializes and saves the model description and weights to a |
Save(string, Model) | Serializes and saves the model description and weights to a file. |