AvsFilter_ConvertTensorToImage


Header: AVLDL.h
Namespace: weaver
Module: DeepLearning

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

Syntax

void weaver::AvsFilter_ConvertTensorToImage
(
	const avl::Tensor& inTensor,
	avl::Image& outImage
)

Parameters

Name Type Default Description
Input value inTensor const Tensor&
Output value outImage Image& Output image