You are here: Start » DLInvoke.WEAVER_InferMultipleTensors

DLInvoke.WEAVER_InferMultipleTensors

Executes a model on a given input tensors.

Namespace:Weaver
Assembly:AvlNet.DL.Cpu.dll

Syntax

C++
C#
 
public static void WEAVER_InferMultipleTensors
(
	Avl.WeaverModelId inModelId,
	List<Avl.Tensor> inTensors,
	List<Avl.Tensor> outTensors
)

Parameters

Name Type Range Default Description
inModelIdAvl.WeaverModelIdIdentifier of a model.
inTensorsSystem.Collections.Generic.List<Avl.Tensor>Input tensors.
outTensorsSystem.Collections.Generic.List<Avl.Tensor>Output tensors.

See also