2 writes to _classCount
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1371_classCount = classCount; 1397_classCount = ctx.Reader.ReadInt32();
3 references to _classCount
Microsoft.ML.Vision (3)
ImageClassificationTrainer.cs (3)
1408_outputType = new VectorDataViewType(NumberDataViewType.Single, _classCount); 1432ctx.Writer.Write(_classCount); 1481var editor = VBufferEditor.Create(ref dst, _classCount);