Back to FabImage Deep Learning website
You are here: Start » Computer Vision » Deep Learning » WEAVER_InferMultipleTensors

WEAVER_InferMultipleTensors
Header: | FILDL.h |
---|---|
Namespace: | weaver |
Module: | DeepLearning |
Executes a model on a given input tensors.
Syntax
C++
C#
void weaver::WEAVER_InferMultipleTensors ( const fil::WeaverModelId& inModelId, const ftl::Array<fil::Tensor>& inTensors, ftl::Array<fil::Tensor>& outTensors )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inModelId | const WeaverModelId& | Identifier of a model | |
![]() |
inTensors | const Array<Tensor>& | Input tensors | |
![]() |
outTensors | Array<Tensor>& | Output tensors |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | No input tensors provided. |