Enum BackendType
Types of backend that Sentis uses to execute a neural network.
Namespace: Unity.Sentis
Assembly: Unity.Sentis.dll
Syntax
public enum BackendType
Fields
Name | Description |
---|---|
CPU | Executes using Burst on the CPU. |
GPUCommandBuffer | CommandBuffer implementation |
GPUCompute | Executes using compute shaders on the GPU. |
GPUPixel | Executes using pixel shaders on the GPU. |