You are here: Start » DLInvoke.ConvertRealArrayToTensor
Converts an array of reals to a tensor with provided dimensions and the ordering.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.DL.Cpu.dll |
Syntax
C++
C#
public static void ConvertRealArrayToTensor ( List<float> inRealArray, List<int> inTensorDimensions, Fil.TensorDataOrdering inTensorDataOrdering, Fil.Tensor outTensor )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRealArray | System.Collections.Generic.List<float> | |||
![]() | inTensorDimensions | System.Collections.Generic.List<int> | |||
![]() | inTensorDataOrdering | Fil.TensorDataOrdering | |||
![]() | outTensor | Fil.Tensor |


