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

WEAVER_InferSingleTensor
Header: | FILDL.h |
---|---|
Namespace: | weaver |
Module: | DeepLearning |
Executes a model on a given input tensor.
Syntax
C++
C#
void weaver::WEAVER_InferSingleTensor ( const fil::WeaverModelId& inModelId, const fil::Tensor& inTensor, fil::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. |