You are here: Start » AVLDL.LoadObject Method
AVLDL.LoadObject Method
| Namespace: | AvlNet.DeepLearning |
|---|---|
| Assembly: | AvlDl.Net.dll |
Syntax
public static void LoadObject<T> ( string inFile, T outObject )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | Source file path. | ||
![]() | outObject | T | Object to save. |


