You are here: Start » DLInvoke.ConvertTensorToRealArray

DLInvoke.ConvertTensorToRealArray

Converts a tensor to an array of reals.

Namespace:Fil
Assembly:FilNet.DL.Cpu.dll

Syntax

C++
C#
 
public static void ConvertTensorToRealArray
(
	Fil.Tensor inTensor,
	List<float> outRealArray
)

Parameters

Name Type Range Default Description
inTensorFil.Tensor
outRealArraySystem.Collections.Generic.List<float>

See also