1 implementation of IHostEnvironmentInternal
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
96internal abstract class HostEnvironmentBase<TEnv> : ChannelProviderBase, IHostEnvironmentInternal, IChannelProvider, ICancelable
4 references to IHostEnvironmentInternal
Microsoft.ML.Core (4)
Data\Repository.cs (1)
123string tempPath = ectx is IHostEnvironmentInternal iHostInternal ?
Environment\HostEnvironmentBase.cs (3)
426((IHostEnvironmentInternal)host).TempFilePath = TempFilePath; 427((IHostEnvironmentInternal)host).GpuDeviceId = GpuDeviceId; 428((IHostEnvironmentInternal)host).FallbackToCpu = FallbackToCpu;