You are here: Start » DLInvoke.WEAVER_InferMultipleTensors

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
inModelIdFil.WeaverModelIdIdentifier of a model.
inTensorsSystem.Collections.Generic.List<Fil.Tensor>Input tensors.
outTensorsSystem.Collections.Generic.List<Fil.Tensor>Output tensors.

See also