DeviceType

Description

Devices capable of executing deep learning models.

namespace DeviceType
{
	enum Type
	{
		CPU,
		CUDA
	};
}