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)
984if (!_sparse) 1171if (_sparse && (uint)(span[ichCur] - '0') <= 9)