You are here: Start » AVLDL.ConvertTensorToRealArrayArray Method

AVLDL.ConvertTensorToRealArrayArray Method

Namespace:AvlNet.DeepLearning
Assembly:AvlDl.Net.dll

Syntax

public static void ConvertTensorToRealArrayArray
(
	AvlNet.Tensor inTensor,
	IList<List<float>> outRealArrayArray
)

Parameters

Name Type Range Default Description
inTensorAvlNet.Tensor
outRealArrayArraySystem.Collections.Generic.IList<System.Collections.Generic.List<float>>

See also