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