2 writes to AllowSparse
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\CodeGenerator.cs (1)
379AllowSparse = _columnInferenceResult.TextLoaderOptions.AllowSparse,
Microsoft.ML.CodeGenerator.Tests (1)
ApprovalTests\TemplateTest.cs (1)
148AllowSparse = true,
2 references to AllowSparse
Microsoft.ML.CodeGenerator (2)
Templates\Console\ModelBuilder.cs (2)
69this.Write(this.ToStringHelper.ToStringWithCulture(AllowSparse.ToString().ToLowerInvariant())); 81this.Write(this.ToStringHelper.ToStringWithCulture(AllowSparse.ToString().ToLowerInvariant()));