1 implementation of TempFilePath
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
330public string TempFilePath { get; set; } = System.IO.Path.GetTempPath();
1 write to TempFilePath
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
426((IHostEnvironmentInternal)host).TempFilePath = TempFilePath;
1 reference to TempFilePath
Microsoft.ML.Core (1)
Data\Repository.cs (1)
124iHostInternal.TempFilePath :