1 implementation of GpuDeviceId
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
333public int? GpuDeviceId { get; set; }
1 write to GpuDeviceId
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
423((IHostEnvironmentInternal)host).GpuDeviceId = GpuDeviceId;