You are here: Start » DLInvoke.ConvertTensorToRealArrayArray

DLInvoke.ConvertTensorToRealArrayArray

Converts a tensor with the NL ordering to a two dimensional array of reals.

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

Syntax

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

Parameters

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

See also