7 writes to GpuDeviceId
Microsoft.ML.AutoML (1)
AutoMLExperiment\IMLContextManager.cs (1)
39
newContext.
GpuDeviceId
= _mainContext.GpuDeviceId;
Microsoft.ML.AutoML.Tests (1)
MLContextManagerTests.cs (1)
29
mainContext.
GpuDeviceId
= 10;
Microsoft.ML.OnnxTransformerTest (1)
OnnxTransformTests.cs (1)
120
ML.
GpuDeviceId
= _gpuDeviceId;
Microsoft.ML.TorchSharp.Tests (4)
NerTests.cs (1)
192
ML.
GpuDeviceId
= 0;
QATests.cs (1)
68
ML.
GpuDeviceId
= 0;
TextClassificationTests.cs (2)
172
mlContext.
GpuDeviceId
= 0;
412
ML.
GpuDeviceId
= 0;
2 references to GpuDeviceId
Microsoft.ML.AutoML (1)
AutoMLExperiment\IMLContextManager.cs (1)
39
newContext.GpuDeviceId = _mainContext.
GpuDeviceId
;
Microsoft.ML.AutoML.Tests (1)
MLContextManagerTests.cs (1)
36
childContext.
GpuDeviceId
.Should().Be(10);