Back to FabImage Deep Learning website

You are here: Start » Computer Vision » Deep Learning » ConvertRealArrayArrayToTensor

ConvertRealArrayArrayToTensor


Header: FILDL.h
Namespace: fil
Module: DeepLearning

Converts a two dimensional array of reals to a tensor with the NL ordering.

Syntax

C++
C#
 
void fil::ConvertRealArrayArrayToTensor
(
	const ftl::Array<ftl::Array<float>>& inRealArrayArray,
	fil::Tensor& outTensor
)

Parameters

Name Type Default Description
Input value inRealArrayArray const Array<Array<float>>&
Output value outTensor Tensor&

Errors

List of possible exceptions:

Error type Description
DomainError All arrays in inRealArrayArray must have the same size.