You are here: Start » DLInvoke.WEAVER_InferSingleTensor

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
inModelIdFil.WeaverModelIdIdentifier of a model.
inTensorFil.TensorInput tensor.
outTensorFil.TensorOutput tensor.

See also