WEAVER_InferSingleTensor
| Header: | AVLDL.h |
|---|---|
| Namespace: | weaver |
| Module: | DeepLearning |
Executes a model on a given input tensor.
Syntax
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 |


