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