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