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
inFilestringSource file path.
outObjectTObject to save.

Function Overrides

See also