You are here: Start » DLInvoke.ConvertTensorToRealArrayArray
Converts a tensor with the NL ordering to a two dimensional array of reals.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.DL.Cpu.dll |
Syntax
C++
C#
public static void ConvertTensorToRealArrayArray ( Avl.Tensor inTensor, List<List<float>> outRealArrayArray )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inTensor | Avl.Tensor | |||
![]() | outRealArrayArray | System.Collections.Generic.List<System.Collections.Generic.List<float>> |