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