You are here: Start » DLInvoke.ConvertTensorToImage

DLInvoke.ConvertTensorToImage

Converts a NHWC tensor to an image. Only data for N equal to 0 is converted.

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

Syntax

C++
C#
 
public static void ConvertTensorToImage
(
	Avl.Tensor inTensor,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inTensorAvl.Tensor
outImageAvl.ImageOutput image.

See also