You are here: Start » DLInvoke Class
DLInvoke Class
| Namespace: | Weaver |
|---|---|
| Assembly: | FilNet.DL.Cpu.dll |
Methods
| Name | Description | |
|---|---|---|
| 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<Fil.DeviceKind>, int, List<Fil.TensorDataOrdering>, Fil.WeaverModelId) | Loads a deep learning model and prepares its execution on a specific target device. | |
| WEAVER_InferMultipleTensors(Fil.WeaverModelId, List<Fil.Tensor>, List<Fil.Tensor>) | Executes a model on a given input tensors. | |
| WEAVER_InferSingleTensor(Fil.WeaverModelId, Fil.Tensor, Fil.Tensor) | Executes a model on a given input tensor. | |
| WEAVER_UnloadModel(Fil.WeaverModelId, bool) | Unloads a deep learning model and frees allocated memory. |
