Device types capable of executing deep learning models.
namespace DeviceKind { enum Type { CPU, CUDA }; }