Class WorkerExtensions
Provides extension methods for the IWorker interface.
Inherited Members
Namespace: Unity.Sentis
Assembly: solution.dll
Syntax
public static class WorkerExtensionsMethods
| Name | Description | 
|---|---|
| ExecuteAndDownloadOutputsAsync(IWorker, Dictionary<string, Tensor>, List<string>) | Execute model and returns a CPU copy of all outputs. This is a non blocking call. | 
| ExecuteWorker(CommandBuffer, IWorker, Dictionary<string, Tensor>) | Non-blocking API that schedules network execution on CommandBuffer in one go. | 
| ExecuteWorker(CommandBuffer, IWorker, Tensor) | Non-blocking API that schedules network execution on CommandBuffer in one go. |