Back to Aurora Vision Deep Learning website

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

WEAVER_InferMultipleTensors


Header: AVLDL.h
Namespace: weaver
Module: DeepLearning

Executes a model on a given input tensors.

Syntax

C++
C#
 
void weaver::WEAVER_InferMultipleTensors
(
	const avl::WeaverModelId& inModelId,
	const atl::Array<avl::Tensor>& inTensors,
	atl::Array<avl::Tensor>& outTensors
)

Parameters

Name Type Default Description
Input value inModelId const WeaverModelId& Identifier of a model
Input value inTensors const Array<Tensor>& Input tensors
Output value outTensors Array<Tensor>& Output tensors

Errors

List of possible exceptions:

Error type Description
DomainError No input tensors provided.