5 references to WriteIntStream
Microsoft.ML.Data (5)
DataLoadSave\Binary\Codecs.cs (4)
337Writer.WriteIntStream(_boundaries); // Write the entries end boundaries, in character counts. 882Writer.WriteIntStream(_lengths); 885Writer.WriteIntStream(_counts); 889Writer.WriteIntStream(_indices);
Transforms\LabelIndicatorTransform.cs (1)
106ctx.Writer.WriteIntStream(_classIndex);