You are here: Start » FILDL.ConvertTensorToRealArray Method

FILDL.ConvertTensorToRealArray Method

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

Syntax

public static void ConvertTensorToRealArray
(
	FilNet.Tensor inTensor,
	IList<float> outRealArray
)

Parameters

Name Type Range Default Description
inTensorFilNet.Tensor
outRealArraySystem.Collections.Generic.IList<float>

See also