You are here: Start » FILDL.ConvertTensorToRealArrayArray Method

FILDL.ConvertTensorToRealArrayArray Method

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

Syntax

public static void ConvertTensorToRealArrayArray
(
	FilNet.Tensor inTensor,
	IList<List<float>> outRealArrayArray
)

Parameters

Name Type Range Default Description
inTensorFilNet.Tensor
outRealArrayArraySystem.Collections.Generic.IList<System.Collections.Generic.List<float>>

See also