You are here: Start » DLInvoke.ConvertTensorToRealArrayArray

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
inTensorAvl.Tensor
outRealArrayArraySystem.Collections.Generic.List<System.Collections.Generic.List<float>>

See also