You are here: Start » FILDL.ConvertRealArrayArrayToTensor Method

FILDL.ConvertRealArrayArrayToTensor Method

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

Syntax

public static void ConvertRealArrayArrayToTensor
(
	IList<IList<float>> inRealArrayArray,
	FilNet.Tensor outTensor
)

Parameters

Name Type Range Default Description
inRealArrayArraySystem.Collections.Generic.IList<System.Collections.Generic.IList<float>>
outTensorFilNet.Tensor

See also