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, INullable<T> outObject )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | Source file path. | ||
![]() | outObject | AvlNet.INullable<T> | Object to save. |


