FisFilter_ConvertTensorToImage


Header: FILDL.h
Namespace: weaver
Module: DeepLearning

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

Syntax

void weaver::FisFilter_ConvertTensorToImage
(
	const fil::Tensor& inTensor,
	fil::Image& outImage
)

Parameters

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