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); 1448ctx.Writer.Write(_classCount); 1497var editor = VBufferEditor.Create(ref dst, _classCount);