2 writes to _classCount
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1387
_classCount
= classCount;
1413
_classCount
= ctx.Reader.ReadInt32();
3 references to _classCount
Microsoft.ML.Vision (3)
ImageClassificationTrainer.cs (3)
1424
_outputType = new VectorDataViewType(NumberDataViewType.Single,
_classCount
);
1448
ctx.Writer.Write(
_classCount
);
1497
var editor = VBufferEditor.Create(ref dst,
_classCount
);