You are here: Start » DLInvoke.WEAVER_InferSingleTensor
Executes a model on a given input tensor.
Namespace: | Weaver |
---|---|
Assembly: | FilNet.DL.Cpu.dll |
Syntax
C++
C#
public static void WEAVER_InferSingleTensor ( Fil.WeaverModelId inModelId, Fil.Tensor inTensor, Fil.Tensor outTensor )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inModelId | Fil.WeaverModelId | Identifier of a model. | ||
![]() | inTensor | Fil.Tensor | Input tensor. | ||
![]() | outTensor | Fil.Tensor | Output tensor. |