You are here: Start » AVLDL.ConvertTensorToImageArray Method

AVLDL.ConvertTensorToImageArray Method

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

Syntax

public static void ConvertTensorToImageArray
(
	AvlNet.Tensor inTensor,
	IList<AvlNet.Image> outImageArray
)

Parameters

Name Type Range Default Description
inTensorAvlNet.Tensor
outImageArraySystem.Collections.Generic.IList<AvlNet.Image>

See also