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