You are here: Start » DLInvoke Class

DLInvoke Class

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

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object
WEAVER_DeployModel(string, Optional<Avl.DeviceKind>, int, List<Avl.TensorDataOrdering>, Avl.WeaverModelId) Loads a deep learning model and prepares its execution on a specific target device.
WEAVER_InferMultipleTensors(Avl.WeaverModelId, List<Avl.Tensor>, List<Avl.Tensor>) Executes a model on a given input tensors.
WEAVER_InferSingleTensor(Avl.WeaverModelId, Avl.Tensor, Avl.Tensor) Executes a model on a given input tensor.
WEAVER_UnloadModel(Avl.WeaverModelId, bool) Unloads a deep learning model and frees allocated memory.

See also