You are here: Start » DLInvoke.ConvertRealArrayArrayToTensor

DLInvoke.ConvertRealArrayArrayToTensor

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

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

Syntax

C++
C#
 
public static void ConvertRealArrayArrayToTensor
(
	List<List<float>> inRealArrayArray,
	Fil.Tensor outTensor
)

Parameters

Name Type Range Default Description
inRealArrayArraySystem.Collections.Generic.List<System.Collections.Generic.List<float>>
outTensorFil.Tensor

See also