Back to Aurora Vision Deep Learning website

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

ConvertRealArrayArrayToTensor


Header: AVLDL.h
Namespace: avl
Module: DeepLearning

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

Syntax

C++
C#
 
void avl::ConvertRealArrayArrayToTensor
(
	const atl::Array<atl::Array<float>>& inRealArrayArray,
	avl::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.