You are here: Start » FILDL.LoadObject Method

FILDL.LoadObject Method

Namespace:FilNet.DeepLearning
Assembly:FilDl.Net.dll

Syntax

public static void LoadObject<T>
(
	string inFile,
	INullable<T> outObject
)

Parameters

Name Type Range Default Description
inFilestringSource file path.
outObjectFilNet.INullable<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