Enum DeviceType
Types of devices that Sentis uses to execute a neural network.
Namespace: Unity.Sentis
Assembly: Unity.Sentis.dll
Syntax
public enum DeviceType
Fields
Name | Description |
---|---|
CPU | Executes using the CPU. |
GPU | Executes using the GPU. |