1 write to _sparse
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
945
_sparse
= (flags & OptionFlags.AllowSparse) != 0;
2 references to _sparse
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderParser.cs (2)
984
if (!
_sparse
)
1171
if (
_sparse
&& (uint)(span[ichCur] - '0') <= 9)