Skip to content

Commit f883d78

Browse files
committed
fix build after merge with latest master
1 parent 7df343d commit f883d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.Tests/ScenariosWithDirectInstantiation/TensorflowTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ public void TensorFlowTransformCifarSavedModel()
378378
{
379379
var model_location = "cifar_saved_model";
380380

381-
using (var env = new TlcEnvironment())
381+
using (var env = new ConsoleEnvironment())
382382
{
383383
var imageHeight = 32;
384384
var imageWidth = 32;

0 commit comments

Comments
 (0)