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,
	IList<T> outObject
)

Parameters

Name Type Range Default Description
inFilestringSource file path.
outObjectSystem.Collections.Generic.IList<T>Object to save.

This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Function Overrides

See also