You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ios10/DigitDetection/DigitDetection/NeuralNetworkLayers/MnistDeepConvNeuralNetwork.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ public MnistDeepConvNeuralNetwork (IMTLCommandQueue commandQueueIn)
92
92
/// <param name="inputImage">Image coming in on which the network will run</param>
93
93
/// <param name="imageNum">If the test set is being used we will get a value between 0 and 9999 for which of the 10,000 images is being evaluated</param>
94
94
/// <param name="correctLabel">The correct label for the inputImage while testing</param>
@@ -54,7 +54,7 @@ public MnistFullLayerNeuralNetwork (IMTLCommandQueue commandQueueIn)
54
54
/// <param name="inputImage">Image coming in on which the network will run</param>
55
55
/// <param name="imageNum">If the test set is being used we will get a value between 0 and 9999 for which of the 10,000 images is being evaluated</param>
56
56
/// <param name="correctLabel">The correct label for the inputImage while testing</param>
/// This function runs the inference network on the test set
139
+
/// </summary>
140
+
/// <param name="imageNum">If the test set is being used we will get a value between 0 and 9999 for which of the 10,000 images is being evaluated</param>
141
+
/// <param name="correctLabel">The correct label for the inputImage while testing</param>
0 commit comments