You are here: Start » AVLDL.ConvertRealArrayArrayToTensor Method

AVLDL.ConvertRealArrayArrayToTensor Method

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

Syntax

public static void ConvertRealArrayArrayToTensor
(
	IList<IList<float>> inRealArrayArray,
	AvlNet.Tensor outTensor
)

Parameters

Name Type Range Default Description
inRealArrayArraySystem.Collections.Generic.IList<System.Collections.Generic.IList<float>>
outTensorAvlNet.Tensor

See also