Implemented interface member:
property
GpuDeviceId
Microsoft.ML.Runtime.IHostEnvironmentInternal.GpuDeviceId
2 writes to GpuDeviceId
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
399
GpuDeviceId
= Master?.GpuDeviceId;
Microsoft.ML.Data (1)
MLContext.cs (1)
114
set { _env.
GpuDeviceId
= value; }
3 references to GpuDeviceId
Microsoft.ML.Core (2)
Environment\HostEnvironmentBase.cs (2)
399
GpuDeviceId = Master?.
GpuDeviceId
;
427
((IHostEnvironmentInternal)host).GpuDeviceId =
GpuDeviceId
;
Microsoft.ML.Data (1)
MLContext.cs (1)
113
get => _env.
GpuDeviceId
;