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