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