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