You are here: Start » AVLDL.ConvertTensorToRealArray Method

AVLDL.ConvertTensorToRealArray Method

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

Syntax

public static void ConvertTensorToRealArray
(
	AvlNet.Tensor inTensor,
	IList<float> outRealArray
)

Parameters

Name Type Range Default Description
inTensorAvlNet.Tensor
outRealArraySystem.Collections.Generic.IList<float>

See also