3 references to PredictedLabels
Microsoft.ML.TensorFlow.Tests (3)
TensorflowTests.cs (3)
956for (int i = 0; i < onePrediction.PredictedLabels.Length; i++) 958if (onePrediction.PredictedLabels[i] > maxLabel) 960maxLabel = onePrediction.PredictedLabels[i];