Back to Aurora Vision Deep Learning website
You are here: Start » Computer Vision » Deep Learning » WEAVER_InferSingleTensor

WEAVER_InferSingleTensor
Header: | AVLDL.h |
---|---|
Namespace: | weaver |
Module: | DeepLearning |
Executes a model on a given input tensor.
Syntax
C++
C#
void weaver::WEAVER_InferSingleTensor ( const avl::WeaverModelId& inModelId, const avl::Tensor& inTensor, avl::Tensor& outTensor )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inModelId | const WeaverModelId& | Identifier of a model | |
![]() |
inTensor | const Tensor& | Input tensor | |
![]() |
outTensor | Tensor& | Output tensor |
Errors
List of possible exceptions:
Error type | Description |
---|---|
RuntimeError | The model does not returned any tensors. |