Enum BackendType
Types of backends that Sentis uses to run inference on a neural network.
Namespace: Unity.InferenceEngine
Assembly: Unity.InferenceEngine.dll
Syntax
[MovedFrom("Unity.Sentis")]
public enum BackendType
Fields
| Name | Description |
|---|---|
| CPU | Use Burst on the CPU to run model inference. |
| GPUCompute | Use compute shaders on the GPU to run model inference. |
| GPUPixel | Use pixel shaders on the GPU to run model inference. |