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