You are here: Start » DLInvoke.ConvertTensorToImageArray

DLInvoke.ConvertTensorToImageArray

Converts a NHWC tensor to an array of images.

Namespace:Avl
Assembly:AvlNet.DL.Cpu.dll

Syntax

C++
C#
 
public static void ConvertTensorToImageArray
(
	Avl.Tensor inTensor,
	List<Avl.Image> outImageArray
)

Parameters

Name Type Range Default Description
inTensorAvl.Tensor
outImageArraySystem.Collections.Generic.List<Avl.Image>

See also