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