1 write to tempFolder
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
35
tempFolder
= Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
2 references to tempFolder
Microsoft.ML.TensorFlow.Tests (2)
TensorflowTests.cs (2)
36
assetsPath = Path.Combine(
tempFolder
, "assets");
55
Directory.Delete(
tempFolder
, true);