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