You are here: Start » DLInvoke.WEAVER_InferMultipleTensors
Executes a model on a given input tensors.
Namespace: | Weaver |
---|---|
Assembly: | FilNet.DL.Cpu.dll |
Syntax
C++
C#
public static void WEAVER_InferMultipleTensors ( Fil.WeaverModelId inModelId, List<Fil.Tensor> inTensors, List<Fil.Tensor> outTensors )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inModelId | Fil.WeaverModelId | Identifier of a model. | ||
![]() | inTensors | System.Collections.Generic.List<Fil.Tensor> | Input tensors. | ||
![]() | outTensors | System.Collections.Generic.List<Fil.Tensor> | Output tensors. |