You are here: Start » DLInvoke.ConvertTensorToRealArray
Converts a tensor to an array of reals.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.DL.Cpu.dll |
Syntax
C++
C#
public static void ConvertTensorToRealArray ( Fil.Tensor inTensor, List<float> outRealArray )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inTensor | Fil.Tensor | |||
![]() | outRealArray | System.Collections.Generic.List<float> |


