Skip to content

Commit c1733a9

Browse files
committed
Remove unnecessary files
1 parent 869246a commit c1733a9

File tree

4 files changed

+1
-2298
lines changed

4 files changed

+1
-2298
lines changed

Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/TensorizationModels.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ public static LearningModel NormalizeMinusOneToOneThenTransposeNHWC()
736736
.SetOutput("C", "SubOutput"))
737737
.Operators.Add(new LearningModelOperator("Transpose") // Move the output back to NHWC (this is what efficientnet requires)
738738
.SetInput("data", "SubOutput")
739-
.SetAttribute("perm", TensorInt64Bit.CreateFromArray(new long[] { 4 }, new long[] { 0, 2, 3, 1 })) // 0,3,1,2
739+
.SetAttribute("perm", TensorInt64Bit.CreateFromArray(new long[] { 4 }, new long[] { 0, 2, 3, 1 }))
740740
.SetOutput("transposed", "Output"));
741741
return builder.CreateModel();
742742

Samples/WinMLSamplesGallery/WinMLSamplesGallery/TestClass.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)