You are here: Start » 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 | |
---|---|---|---|---|---|
![]() | inRealArrayArray | System.Collections.Generic.List<System.Collections.Generic.List<float>> | |||
![]() | outTensor | Fil.Tensor |