Skip to content

Commit e5c9d88

Browse files
committed
Remove comment
1 parent 3469133 commit e5c9d88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/TensorizationModels.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,6 @@ public static LearningModel NormalizeMinusOneToOneThenTransposeNHWC()
739739
.SetAttribute("perm", TensorInt64Bit.CreateFromArray(new long[] { 4 }, new long[] { 0, 2, 3, 1 }))
740740
.SetOutput("transposed", "Output"));
741741
return builder.CreateModel();
742-
743-
//can use join model on the fly
744742
}
745743
#pragma warning restore CA1416 // Validate platform compatibility
746744
}

0 commit comments

Comments
 (0)